Compiling rpcclient/cmd_spoolss.c cc-1164 cc: WARNING File = rpcclient/cmd_spoolss.c, Line = 1291 Argument of type "const char *" is incompatible with parameter of type "char *" . ptr = strtok(str, delim); ^
Created attachment 1060 [details] changes "const char *" to "char *" The patch eliminates the warning, and makes "str" and "args" which are eventually passed to strtok() match the type on the first argument to strtok().
fixed. slightly different patch.
sorry for the same, cleaning up the database to prevent unecessary reopens of bugs.