From cb21b5b076eaee64d37dcd8ed2c49c91986e34b8 Mon Sep 17 00:00:00 2001 From: rubidium Date: Tue, 15 Aug 2006 09:03:35 +0000 Subject: (svn r5909) -Fix (r5908): silence signedness warning --- console_cmds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/console_cmds.c b/console_cmds.c index 9ceca60cc..ed8ba8d0a 100644 --- a/console_cmds.c +++ b/console_cmds.c @@ -1342,7 +1342,7 @@ DEF_CONSOLE_CMD(ConPatch) if (argc == 2) { IConsoleGetPatchSetting(argv[1]); } else { - int32 val; + uint32 val; if (GetArgumentInteger(&val, argv[2])) IConsoleSetPatchSetting(argv[1], val); } -- cgit v1.2.3-70-g09d2