Changeset 20

Show
Ignore:
Timestamp:
11/02/07 22:56:57 (10 months ago)
Author:
nlawren2
Message:

Removed eprintf's

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • tarfs/tarfs.c

    r19 r20  
    215215                i=file_tree; 
    216216                while( result != NULL ){ 
    217                         eprintf("%s ",result); 
    218217                         
    219218                        while(i){ 
     
    233232                        result=strtok(NULL, delims); 
    234233                } 
    235                  
    236                 eprintf("\n"); 
    237                 fflush(stderr); 
    238234 
    239235                if( !result )