You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like both getlist_from_argv and adms_preprocessor_get_define_from_argv will need updating to accommodate this feature robustly. Also, the -D option is also not the only one affected.
The manpage for admsXml suggests a space is allowed between a
-D
command line option and its argument.Currently it isn't.
This is handled by
adms_preprocessor_get_define_from_argv
inpreprocessorMain.c
rather than thegetlist_from_argv
defined inadmsXml.c
.The text was updated successfully, but these errors were encountered: