home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / mime64.zip / patches.OS2 < prev    next >
Text File  |  1994-11-05  |  426b  |  15 lines

  1. --- mime64.c.orig    Fri Sep 30 16:59:14 1994
  2. +++ mime64.c    Sat Nov 05 15:04:30 1994
  3. @@ -500,7 +500,11 @@
  4.              else
  5.              {
  6.                 printf( "Creating %s\n", dumname );
  7. +#ifndef __EMX__
  8.                 if ( strcmpi( dumname, fileargs[1] ) == 0 )
  9. +#else
  10. +               if ( stricmp( dumname, fileargs[1] ) == 0 )
  11. +#endif
  12.                 {
  13.                    replace_flag = 1;
  14.                 }
  15.