Revision b5af81f...

Go back to digest for 17th July 2011

Bug Fixes in Educational

Akarsh Simha committed changes in [kstars] kstars/data/tools/nomadbinfiletester.c:

fseek takes a signed long as an argument. However, we want to use the
full 32-bit offset address space (since our file is > 2GB). So I
learned from my past self that one should do the seek in two
steps. Implementing the fix in another part of the same file.

File Changes

Modified 1 files
  • kstars/data/tools/nomadbinfiletester.c
1 files changed in total