Changeset 697 for trunk/dll/valid.c
- Timestamp:
- Jun 17, 2007, 5:59:25 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/valid.c
r689 r697 7 7 8 8 Copyright (c) 1993, 1998 M. Kimes 9 Copyright (c) 2002, 200 6Steven H.Levine9 Copyright (c) 2002, 2007 Steven H.Levine 10 10 11 11 23 Nov 02 SHL RootName: rework for sanity … … 22 22 07 Jan 07 GKY Move error strings etc. to string file 23 23 18 Feb 07 GKY Add more drive types and icons 24 16 Jun 07 SHL Update for OpenWatcom 24 25 25 26 ***********************************************************************/ … … 515 516 p = strrchr(filename, '.'); 516 517 if (p) 517 ret = DosQ AppType(filename, &apptype);518 ret = DosQueryAppType(filename, &apptype); 518 519 else { 519 520 … … 522 523 strcpy(fname, filename); 523 524 strcat(fname, "."); 524 ret = DosQ AppType(fname, &apptype);525 ret = DosQueryAppType(fname, &apptype); 525 526 } 526 527 if ((!ret && (!apptype ||
Note:
See TracChangeset
for help on using the changeset viewer.