rail_cmd.c
changeset 1328 eacd8225ed42
parent 1313 f1013ec3d318
child 1330 5d76a0522a11
--- a/rail_cmd.c	Sun Feb 06 20:29:32 2005 +0000
+++ b/rail_cmd.c	Sun Feb 06 20:53:31 2005 +0000
@@ -840,7 +840,7 @@
 	StringID str;
 
 	if (_decode_parameters[0] != 0) {
-		str = AllocateNameUnique((byte*)_decode_parameters, 0);
+		str = AllocateNameUnique((const char*)_decode_parameters, 0);
 		if (str == 0) return CMD_ERROR;
 
 		if (flags & DC_EXEC) {