aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/sympathy.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/apps/sympathy.c b/apps/sympathy.c
index dd0fc75..97a0e24 100644
--- a/apps/sympathy.c
+++ b/apps/sympathy.c
@@ -11,6 +11,9 @@ static char rcsid[] =
/*
* $Log$
+ * Revision 1.50 2008/05/09 12:56:28 staffcvs
+ * *** empty log message ***
+ *
* Revision 1.49 2008/05/09 12:43:49 staffcvs
* *** empty log message ***
*
@@ -726,7 +729,7 @@ main (int argc, char *argv[])
fatal_moan
("-c or -r are incompatible with -p, -d, -K, -b, -f, -R, -P or -L");
- if (oflags['C'] && !oflags['d'])
+ if (oflags['C'] && (!oflags['d']))
fatal_moan ("-C requires -d");