Ignore:
Timestamp:
Oct 28, 1999, 8:23:34 PM (26 years ago)
Author:
sandervl
Message:

dll + stippath fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/windllpeldr.cpp

    r956 r1496  
    1 /* $Id: windllpeldr.cpp,v 1.1 1999-09-15 23:39:07 sandervl Exp $ */
     1/* $Id: windllpeldr.cpp,v 1.2 1999-10-28 18:23:34 sandervl Exp $ */
    22
    33/*
     
    5959
    6060  strupr(szFileName);
    61   if(!strstr(szFileName, ".DLL")) {
     61  if(!strchr(szFileName, (int)'.')) {
    6262        strcat(szFileName,".DLL");
    6363  }
Note: See TracChangeset for help on using the changeset viewer.