Changeset 26359
- Timestamp:
- Dec 8, 2009, 5:56:52 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmAstrometryObjects.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryObjects.c
r26260 r26359 843 843 psFitsClose (fits); 844 844 fprintf (stderr, "wrote grid image, press return to continue\n"); 845 fgets (line, 15, stdin); 845 if (!fgets(line, 15, stdin)) { 846 fprintf(stderr, "Something went wrong; continuing."); 847 } 846 848 } 847 849
Note:
See TracChangeset
for help on using the changeset viewer.
