main_gui.c
changeset 1323 41397685320a
parent 1309 dab90d4cbf2d
child 1329 a8a0d60b0a8e
--- a/main_gui.c	Sun Feb 06 18:28:35 2005 +0000
+++ b/main_gui.c	Sun Feb 06 18:30:45 2005 +0000
@@ -61,7 +61,7 @@
 }
 
 void HandleOnEditText(WindowEvent *e) {
-	byte *b = e->edittext.str;
+	const char *b = e->edittext.str;
 	int id;
 	memcpy(_decode_parameters, b, 32);