Changeset 1521 for trunk/dll/command.c


Ignore:
Timestamp:
May 2, 2010, 11:48:59 PM (15 years ago)
Author:
Gregg Young
Message:

Minor code clean up mostly remming or removal of DbgMsgs; comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/command.c

    r1519 r1521  
    382382  size = sizeof(BOOL) * 40;
    383383  PrfQueryProfileData(fmprof, FM3Str, "COMMANDS.UsedHotKeyIDs", &UsedHotKeyIDs,
    384                         &size); size = sizeof(BOOL);
     384                      &size);
     385  size = sizeof(BOOL);
    385386  PrfQueryProfileData(fmprof, FM3Str, "COMMANDS.LoadCommandsFromINI",
    386387                      &fLoadCommandsFromINI, &size);
     
    567568        }
    568569        //This updates the old commands.dat file to the new format
    569         //assigning the IDs based on file order or on next available ID if
    570         //COMMAND.DAT is hand edited.
     570        //assigning the IDs based on file order or on next available ID
    571571        else {
    572572          for (x = 0; x < 300; x++) {
     
    839839   else
    840840     temp->HotKeyID = 0;
    841    DbgMsg(pszSrcFile, __LINE__, "info %i", temp->HotKeyID);
     841   //DbgMsg(pszSrcFile, __LINE__, "info %i", temp->HotKeyID);
    842842   return TRUE;
    843843}
Note: See TracChangeset for help on using the changeset viewer.