strings.c
changeset 2643 735ef1e7884b
parent 2639 8a7342eb3a78
child 2650 8caa93e39375
--- a/strings.c	Tue Nov 15 08:49:46 2005 +0000
+++ b/strings.c	Tue Nov 15 09:00:02 2005 +0000
@@ -613,7 +613,7 @@
 			}
 
 			case 13: { // {G 0 Der Die Das}
-				byte *s = (byte*)GetStringPtr(argv_orig[(byte)*str++]); // contains the string that determines gender.
+				const byte* s = (const byte*)GetStringPtr(argv_orig[(byte)*str++]); // contains the string that determines gender.
 				int len;
 				int gender = 0;
 				if (s != NULL && s[0] == 0x87) gender = s[1];