Changeset 1494 for trunk/dll/command.c


Ignore:
Timestamp:
Dec 28, 2009, 5:24:02 AM (16 years ago)
Author:
Gregg Young
Message:

Fix bustage from earlier commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/command.c

    r1491 r1494  
    3535  27 Dec 09 GKY Moved Commands to the INI file this makes commands.dat obsolete
    3636  27 Dec 09 GKY Added QueryCommandSettings to streamline code
     37  27 Dec 09 GKY Made command hotkeys user selectable.
    3738
    3839***********************************************************************/
     
    482483                          &ulSizeCommandsList, &size);
    483484      pszCommandsList = xmallocz(ulSizeCommandsList, pszSrcFile, __LINE__);
    484       if (pszCommandsList)
     485      if (pszCommandsList) {
    485486        PrfQueryProfileString(fmprof, FM3Str, "COMMANDS.SortOrder",
    486487                              NullStr, pszCommandsList, ulSizeCommandsList);
Note: See TracChangeset for help on using the changeset viewer.