signs.c
changeset 1328 e069d2db0e4c
parent 1283 b9569cc0644f
child 1404 ac1e3c665086
--- a/signs.c	Sun Feb 06 20:29:32 2005 +0000
+++ b/signs.c	Sun Feb 06 20:53:31 2005 +0000
@@ -132,7 +132,7 @@
 	/* If GetDParam(0) == nothing, we delete the sign */
 	if (GetDParam(0) != 0 && owner != OWNER_NONE) {
 		/* Create the name */
-		str = AllocateName((byte*)_decode_parameters, 0);
+		str = AllocateName((const char*)_decode_parameters, 0);
 		if (str == 0)
 			return CMD_ERROR;