Changeset 16452 for haiku/trunk/src/system/kernel/debug/debug.c
- Timestamp:
- 02/17/06 06:43:47 (3 years ago)
- Files:
-
- 1 modified
-
haiku/trunk/src/system/kernel/debug/debug.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
haiku/trunk/src/system/kernel/debug/debug.c
r16290 r16452 254 254 strcpy(sParseLine, buf); 255 255 256 if ( !isspace(sParseLine[0])) {256 if (sParseLine[0] != '\0' && !isspace(sParseLine[0])) { 257 257 argv[0] = sParseLine; 258 258 *argc = 1;
