- Timestamp:
 - Apr 9, 2007, 10:27:22 PM (19 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/essentials/sys-apps/diffutils/src/io.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/essentials/sys-apps/diffutils/src/io.c
r2556 r3079 114 114 current->buffer = xmalloc (current->bufsize); 115 115 116 #ifdef __EMX__ 117 if (! skip_test 118 && ! lseek (current->desc, 0, SEEK_CUR)) 119 #else 116 120 if (! skip_test) 121 #endif 117 122 { 118 123 /* Check first part of file to see if it's a binary file. */  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  