Changeset 4844 for trunk/Ohana/src/misc/src/fakestars.c
- Timestamp:
- Aug 20, 2005, 5:40:29 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/misc/src/fakestars.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/misc/src/fakestars.c
r2417 r4844 70 70 Nbytes = Nstar*BYTES_STAR; 71 71 ALLOCATE (buffer, char, Nbytes + 1); 72 nbytes = Fread (buffer, 1, Nbytes, f, "char");72 nbytes = fread (buffer, 1, Nbytes, f); 73 73 if (nbytes != Nbytes) { 74 74 fprintf (stderr, "ERROR: failed to read in %d stars\n", Nstar);
Note:
See TracChangeset
for help on using the changeset viewer.
