Changeset 19237
- Timestamp:
- Aug 27, 2008, 10:56:20 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotExtendedSourceFits.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotExtendedSourceFits.c
r18847 r19237 264 264 char key[10]; 265 265 fprintf (stdout, "continue? "); 266 fgets (key, 8, stdin); 267 if (key[0] == 'n') { 268 savePics = false; 266 if (!fgets (key, 8, stdin)) { 267 psWarning("Couldn't read anything."); 268 } else if (key[0] == 'n') { 269 savePics = false; 269 270 } 270 271 }
Note:
See TracChangeset
for help on using the changeset viewer.
