Skip to content

Add patch to fix empty values in arg strings

Erik von Reis requested to merge fix_empty_values into master

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.

Merge request reports