Ignore:
Timestamp:
Jul 8, 2001, 1:00:48 PM (24 years ago)
Author:
sandervl
Message:

file not found fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/peldr/pe.cpp

    r6185 r6248  
    1 /* $Id: pe.cpp,v 1.29 2001-07-06 13:47:40 sandervl Exp $ */
     1/* $Id: pe.cpp,v 1.30 2001-07-08 11:00:48 sandervl Exp $ */
    22
    33/*
     
    132132                                }
    133133                        }
    134                         if(nrTries && *p == 0) {
     134                        if(nrTries > 1 && *p == 0) {
    135135                            pszErrorMsg = szFileNotFound;
    136136                            goto failerror;
Note: See TracChangeset for help on using the changeset viewer.