Commit 49be43e9 authored by Claes Sjofors's avatar Claes Sjofors

Xtt close/except command, max lengt for except string increased

parent 6f0ad441
...@@ -4012,7 +4012,7 @@ static int xnav_close_func( void *client_data, ...@@ -4012,7 +4012,7 @@ static int xnav_close_func( void *client_data,
} }
else if ( cdh_NoCaseStrncmp( arg1_str, "ALL", strlen( arg1_str)) == 0) else if ( cdh_NoCaseStrncmp( arg1_str, "ALL", strlen( arg1_str)) == 0)
{ {
char except_str[80]; char except_str[400];
char name_array[20][80]; char name_array[20][80];
int names; int names;
ApplListElem *elem, *next_elem; ApplListElem *elem, *next_elem;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment