station_cmd.c
changeset 1328 e069d2db0e4c
parent 1314 d6a253cf92c3
child 1335 a635854c23b6
--- a/station_cmd.c	Sun Feb 06 20:29:32 2005 +0000
+++ b/station_cmd.c	Sun Feb 06 20:53:31 2005 +0000
@@ -2652,7 +2652,7 @@
 	StringID str,old_str;
 	Station *st;
 
-	str = AllocateNameUnique((byte*)_decode_parameters, 6);
+	str = AllocateNameUnique((const char*)_decode_parameters, 6);
 	if (str == 0)
 		return CMD_ERROR;