Changeset 20854
- Timestamp:
- Nov 26, 2008, 2:31:50 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/Ohana/src/opihi/lib.shell/multicommand.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/opihi/lib.shell/multicommand.c
r19789 r20854 88 88 exit (32); 89 89 default: 90 gprint (GP_ERR, "server is busy... \n");90 gprint (GP_ERR, "server is busy...32\n"); 91 91 bufferPending = TRUE; 92 92 goto escape; … … 101 101 exit (33); 102 102 default: 103 gprint (GP_ERR, "server is busy... \n");103 gprint (GP_ERR, "server is busy...33\n"); 104 104 bufferPending = TRUE; 105 105 goto escape; … … 116 116 exit (34); 117 117 default: 118 gprint (GP_ERR, "server is busy... \n");118 gprint (GP_ERR, "server is busy...34\n"); 119 119 bufferPending = TRUE; 120 120 goto escape; … … 131 131 exit (35); 132 132 default: 133 gprint (GP_ERR, "server is busy... \n");133 gprint (GP_ERR, "server is busy...35\n"); 134 134 bufferPending = TRUE; 135 135 goto escape;
Note:
See TracChangeset
for help on using the changeset viewer.
