From: markus schnalke Date: Sat, 14 Apr 2012 13:17:16 +0000 (+0200) Subject: anno: Fixed test for intermixture of file and msgs/folder. X-Git-Tag: mmh-thesis-end~88 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=559039d546e7eb1d160c4e3bd3538845b645546e anno: Fixed test for intermixture of file and msgs/folder. --- diff --git a/uip/anno.c b/uip/anno.c index fe0d65f..34d301b 100644 --- a/uip/anno.c +++ b/uip/anno.c @@ -188,7 +188,7 @@ main(int argc, char **argv) } } - if (file && (folder || !msgs.size)) { + if (file && (folder || msgs.size)) { adios(NULL, "Don't intermix files and messages."); } if (!datesw && !text) {