Changeset 20
- Timestamp:
- 11/02/07 22:56:57 (10 months ago)
- Files:
-
- tarfs/tarfs.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
tarfs/tarfs.c
r19 r20 215 215 i=file_tree; 216 216 while( result != NULL ){ 217 eprintf("%s ",result);218 217 219 218 while(i){ … … 233 232 result=strtok(NULL, delims); 234 233 } 235 236 eprintf("\n");237 fflush(stderr);238 234 239 235 if( !result )
