Ignore:
Timestamp:
Sep 10, 2000, 11:54:44 PM (25 years ago)
Author:
sandervl
Message:

cmd line parse fix

File:
1 edited

Legend:

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

    r3872 r4231  
    1 /* $Id: pe.cpp,v 1.20 2000-07-20 18:06:29 sandervl Exp $ */
     1/* $Id: pe.cpp,v 1.21 2000-09-10 21:54:44 sandervl Exp $ */
    22
    33/*
     
    147147                {
    148148                        nrTries++;
    149                         if(*win32cmdline != NULL) {
     149                        if(*win32cmdline != NULL && !fQuote) {
    150150                                goto tryagain;
    151151                        }
Note: See TracChangeset for help on using the changeset viewer.