[mw-devel] MW3 r879 - branches/portable/src

pwb at sucs.org pwb at sucs.org
Wed Apr 26 22:22:24 BST 2006


Author: pwb
Date: 2006-04-26 22:22:20 +0100 (Wed, 26 Apr 2006)
New Revision: 879

Modified:
   branches/portable/src/strings.c
Log:
shut up a warning about an uninitialised variable


Modified: branches/portable/src/strings.c
===================================================================
--- branches/portable/src/strings.c	2006-04-26 21:12:15 UTC (rev 878)
+++ branches/portable/src/strings.c	2006-04-26 21:22:20 UTC (rev 879)
@@ -87,7 +87,7 @@
 
 int pop_stack(char *string, int len)
 {
-	int type;
+	int type=0;
 	pop_cmd(string, len, &type);
 	return (type && CMD_FORCED) != 0;
 }




More information about the mw-devel mailing list