diff options
| author | staffcvs <> | 2008-05-09 12:56:28 +0000 | 
|---|---|---|
| committer | staffcvs <> | 2008-05-09 12:56:28 +0000 | 
| commit | 9d0c0a33e96503e84f804fbcad8840162a4bf2ac (patch) | |
| tree | 9c4722670602c4c665590ae1065528f453d1e7ea | |
| parent | 526939a5d35c764959d97776e082741fe2b28683 (diff) | |
| download | sympathy-9d0c0a33e96503e84f804fbcad8840162a4bf2ac.tar.gz sympathy-9d0c0a33e96503e84f804fbcad8840162a4bf2ac.tar.bz2 sympathy-9d0c0a33e96503e84f804fbcad8840162a4bf2ac.zip  | |
*** empty log message ***
| -rw-r--r-- | apps/sympathy.c | 5 | 
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");  | 
