You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is reading of sizeof(unsigned long) bytes from file, but on 64 bit linux
long is 8 bytes. When replacing long with any 4 byte size ( like int )
everything works fine.
Original issue reported on code.google.com by bog...@gmail.com on 15 May 2013 at 10:40
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
bog...@gmail.com
on 15 May 2013 at 10:40The text was updated successfully, but these errors were encountered: