Changes for new _menu interface

This commit is contained in:
Andrey A. Chernov
1995-02-15 19:48:10 +00:00
parent 895aadbcfb
commit 12430b365a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -230,8 +230,8 @@ int main(int argc, unsigned char *argv[])
init_dialog();
retval = dialog_menu(title, argv[offset+2], atoi(argv[offset+3]),
atoi(argv[offset+4]), atoi(argv[offset+5]),
(argc-offset-6)/2, argv+offset + 6, result);
(argc-offset-6)/2, argv+offset + 6, result,
NULL, NULL);
dialog_update();
if (retval == 0)
fputs(result, stderr);