Ignore:
Timestamp:
Oct 1, 1999, 12:15:50 PM (26 years ago)
Author:
sandervl
Message:

EB's command line fix

File:
1 edited

Legend:

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

    r956 r1097  
    1 /* $Id: winexepeldr.cpp,v 1.1 1999-09-15 23:39:07 sandervl Exp $ */
     1/* $Id: winexepeldr.cpp,v 1.2 1999-10-01 10:15:50 sandervl Exp $ */
    22
    33/*
     
    5757  //TODO: Create full path for executable?
    5858  szCmdLine = ppib->pib_pchcmd + strlen(ppib->pib_pchcmd) + 1;
     59  while(*szCmdLine != 0 && *szCmdLine == ' ')
     60    szCmdLine++;
    5961
    6062  WinExe->setCommandLine(szCmdLine);
Note: See TracChangeset for help on using the changeset viewer.