From c644e6b742eb14185fec50fa5a8918e6d4cc41a0 Mon Sep 17 00:00:00 2001 From: tron Date: Sun, 6 Feb 2005 18:30:45 +0000 Subject: (svn r1827) Next iteration of the byte -> char transition: some string drawing functions and buffers --- main_gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main_gui.c') diff --git a/main_gui.c b/main_gui.c index 680e04f41..6089fc3d8 100644 --- a/main_gui.c +++ b/main_gui.c @@ -61,7 +61,7 @@ void HandleOnEditTextCancel(void) } void HandleOnEditText(WindowEvent *e) { - byte *b = e->edittext.str; + const char *b = e->edittext.str; int id; memcpy(_decode_parameters, b, 32); -- cgit v1.2.3-54-g00ecf