Changeset 1780 for trunk/dll/command.c
- Timestamp:
- Jun 28, 2014, 8:05:22 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dll/command.c
r1673 r1780 42 42 03 Jul 11 GKY Fixed problem with creation of duplicate command IDs. 43 43 24 Sep 11 GKY Fixed trap caused by selecting cancel from duplicate hotkey dialog if adding or replacing a command 44 28 Jun 14 GKY Fix errors identified with CPPCheck 44 45 45 46 ***********************************************************************/ … … 400 401 if (!xfgets_bstripcr(flags, sizeof(flags), fp, pszSrcFile, __LINE__)) 401 402 break; 402 flags[3 4] = 0;403 flags[33] = 0; 403 404 if (!pszCmdLine) 404 405 continue;
Note:
See TracChangeset
for help on using the changeset viewer.