home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Security / Security.zip / idea-v11.zip / patches.OS2 < prev    next >
Text File  |  1994-09-29  |  445b  |  17 lines

  1. diff --unified --recursive idea/idea_cmd.c idea-os2/idea_cmd.c
  2. --- idea/idea_cmd.c    Wed Nov 17 12:57:16 1993
  3. +++ idea-os2/idea_cmd.c    Thu Sep 29 20:46:20 1994
  4. @@ -860,6 +860,10 @@
  5.  
  6.  { int readKeyString, readKeyHexString;
  7.  
  8. +#ifdef __EMX__
  9. +    _wildcard(&argc, &argv);
  10. +#endif
  11. +
  12.    Init();
  13.    argv++; argc--;
  14.    while (argc > 0 && argv[0][0] == '-' && argv[0][1] != '\0') {
  15. Only in idea-os2: Makefile.OS2
  16. Only in idea-os2: test1.cmd
  17.