- Timestamp:
- May 3, 2010, 8:41:49 AM (16 years ago)
- Location:
- branches/tap_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/tap_branches
- Property svn:mergeinfo changed
-
branches/tap_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/tap_branches/Ohana/src/opihi/lib.shell/interrupt.c
r14284 r27838 27 27 while (1) { 28 28 gprint (GP_ERR, "operation halted, continue? (y/n) "); 29 fscanf (stdin, "%s", string);29 if (fscanf (stdin, "%s", string) != 1) fprintf (stderr, "what?\n"); 30 30 31 31 if ((string[0] == 'y') || (string[0] == 'Y')) {
Note:
See TracChangeset
for help on using the changeset viewer.
