Enlightenment CVS committal Author : kwo Project : e16 Module : e16keyedit
Dir : e16/e16keyedit Modified Files: viewer.c Log Message: Fix array size (Romildo ?). =================================================================== RCS file: /cvs/e/e16/e16keyedit/viewer.c,v retrieving revision 1.27 retrieving revision 1.28 diff -u -3 -r1.27 -r1.28 --- viewer.c 18 Mar 2006 21:44:37 -0000 1.27 +++ viewer.c 4 Apr 2006 19:51:36 -0000 1.28 @@ -704,7 +704,7 @@ /* stuff[2] = action */ /* stuff[3] = params */ char key[128], *params; - const char *stuff[2]; + const char *stuff[4]; int len; if (strlen(buf) < 1) ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs