changeset 2436:b7f622d39efc

Do not show 'Invalid argument' message, assume the caller does it.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 24 Feb 2020 16:12:16 +0200
parents 8d8197b3d052
children f7d54ac51880
files src/dmargs.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/dmargs.c	Sun Feb 23 08:55:30 2020 +0200
+++ b/src/dmargs.c	Mon Feb 24 16:12:16 2020 +0200
@@ -160,7 +160,6 @@
             if (handle_other == NULL ||
                 (handle_other != NULL && !handle_other(str)))
             {
-                dmErrorMsg("Invalid argument '%s'\n", str);
                 optionsOK = FALSE;
             }
         }