main_gui.c
changeset 1323 bac2e38e8b60
parent 1309 4403a69da4f8
child 1329 6988419aa6f0
--- 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);