Add patch to fix empty values in arg strings
empty value strings in Display argument lists were missed by strtok(). This could cause loss of the next argument. Replacing strtok() with strsep() fixes the problem.
empty value strings in Display argument lists were missed by strtok(). This could cause loss of the next argument. Replacing strtok() with strsep() fixes the problem.