# HG changeset patch # User Matti Hamalainen # Date 1380496724 -10800 # Node ID 463210f141581b569974a0b47bfbc486b273f289 # Parent 00f476c65e1bbd8d78680cbc9d238dae7c9f8f68 Oops, we didn't error out when the room name was non-existent for -r option. diff -r 00f476c65e1b -r 463210f14158 main.c --- 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;