changeset 594:463210f14158 dev-1_3_7

Oops, we didn't error out when the room name was non-existent for -r option.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 30 Sep 2013 02:18:44 +0300
parents 00f476c65e1b
children 1a650d872504
files main.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/main.c	Sun Sep 29 22:09:02 2013 +0300
+++ b/main.c	Mon Sep 30 02:18:44 2013 +0300
@@ -217,6 +217,7 @@
             }
 
             THERR("Unsupported room '%s'.\n", optArg);
+            return FALSE;
         }
         break;