Merge pull request #991 from mwalker33/cliparser

Cliparser
This commit is contained in:
Iceman 2020-10-03 12:55:50 +02:00 committed by GitHub
commit bc70e307bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4195,7 +4195,8 @@ static void arg_cat_option(char *dest,
#endif #endif
if (datatype) { if (datatype) {
arg_cat(&dest, "=", &ndest); // arg_cat(&dest, "=", &ndest);
arg_cat(&dest, " ", &ndest);
if (optvalue) { if (optvalue) {
arg_cat(&dest, "[", &ndest); arg_cat(&dest, "[", &ndest);
arg_cat(&dest, datatype, &ndest); arg_cat(&dest, datatype, &ndest);