Open GoogleCodeExporter opened 8 years ago
Hi,
+1 is for appending a null character (\0).
This's a cruel case for MOSAIK. I'd say using larger integer, e.g. uint64_t,
may solve this problem.
Since the following step, MosaikAligner, is also a customer of
concatenatedReference, throwing concatenatedReference out would cause a huge
work.
I am playing this case and will employ uint64_t to resolve this problem.
Best,
Wan-Ping
Original comment by WanPing....@gmail.com
on 30 Nov 2010 at 10:41
Thank you for accepting it and explanation.
Yes, uint64_t is a good choice, because size of int in x64 .NET and VS
applications is 4 Bytes for backward compatibility and on Linux AMD64 it is
normally 8 Bytes.
Original comment by kulv...@gmail.com
on 16 Dec 2010 at 12:22
Original issue reported on code.google.com by
kulv...@gmail.com
on 25 Nov 2010 at 3:12