station_gui.c
changeset 1323 41397685320a
parent 1309 dab90d4cbf2d
child 1329 a8a0d60b0a8e
--- a/station_gui.c	Sun Feb 06 18:28:35 2005 +0000
+++ b/station_gui.c	Sun Feb 06 18:30:45 2005 +0000
@@ -509,7 +509,7 @@
 
 	case WE_ON_EDIT_TEXT: {
 		Station *st;
-		byte *b = e->edittext.str;
+		const char *b = e->edittext.str;
 		if (*b == 0)
 			return;
 		memcpy(_decode_parameters, b, 32);