1
0
Fork 0

(svn r17651) -Fix [FS#3238] (r17644): crashes when commands related to company settings where done

release/1.0
rubidium 2009-09-26 22:37:44 +00:00
parent dd108f2399
commit 73ffd2b178
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ static bool UpdateClientConfigValues(int32 p1);
*/ */
#define NSD_GENERAL(name, def, cmd, guiflags, min, max, interval, many, str, proc, load)\ #define NSD_GENERAL(name, def, cmd, guiflags, min, max, interval, many, str, proc, load)\
{name, (const void*)(def), {(byte)cmd}, {(byte)guiflags}, min, max, interval, many, str, proc, load} {name, (const void*)(def), {(byte)cmd}, {(uint16)guiflags}, min, max, interval, many, str, proc, load}
/* Macros for various objects to go in the configuration file. /* Macros for various objects to go in the configuration file.
* This section is for global variables */ * This section is for global variables */