Handle windowtype and CHOOSE config errors

This commit is contained in:
Pasi Kallinen
2017-09-09 13:50:34 +03:00
parent 87f991ecfc
commit cfb09c9bf8
5 changed files with 16 additions and 6 deletions

View File

@@ -1200,9 +1200,8 @@ int iscompound; /* 0 == boolean option, 1 == compound */
* For now just return.
*/
#else /* !MAC */
raw_printf("\nWarning - %s option specified multiple times: %s.\n",
config_error_add("%s option specified multiple times: %s.\n",
iscompound ? "compound" : "boolean", opts);
wait_synch();
#endif /* ?MAC */
return;
}