Changeset 989 for trunk/dll/pathutil.c


Ignore:
Timestamp:
Mar 2, 2008, 12:34:12 AM (17 years ago)
Author:
Gregg Young
Message:

Refactor fm3dll.h to create command.h; broken ini is now replaced with backup or new ini as available; more variable command line ledth changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/pathutil.c

    r985 r989  
    208208                     pszCmdLine_);
    209209        if (ret == MBID_YES){
    210           pszNewCmdLine = pszCmdLine_;
     210          if (szArgs[0] != ' ')
     211            strcat(pszNewCmdLine, " ");
     212          strcat(pszNewCmdLine, szArgs);
    211213      }
    212214        else{
     
    306308                   pszCmdLine_);
    307309      if (ret == MBID_YES) {
    308         pszWorkBuf = pszCmdLine_;
     310        if (szArgs[0] != ' ')
     311          strcat(pszNewCmdLine, " ");
     312        strcat(pszNewCmdLine, szArgs);
    309313      }
    310314      else {
Note: See TracChangeset for help on using the changeset viewer.