Changeset 1097
- Timestamp:
 - Oct 1, 1999, 12:15:50 PM (26 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/kernel32/winexepeldr.cpp (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/kernel32/winexepeldr.cpp
r956 r1097 1 /* $Id: winexepeldr.cpp,v 1. 1 1999-09-15 23:39:07sandervl Exp $ */1 /* $Id: winexepeldr.cpp,v 1.2 1999-10-01 10:15:50 sandervl Exp $ */ 2 2 3 3 /* … … 57 57 //TODO: Create full path for executable? 58 58 szCmdLine = ppib->pib_pchcmd + strlen(ppib->pib_pchcmd) + 1; 59 while(*szCmdLine != 0 && *szCmdLine == ' ') 60 szCmdLine++; 59 61 60 62 WinExe->setCommandLine(szCmdLine);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  