SWCH needs to treat opt as boolean
authorsasha <sasha>
Fri, 8 Jun 2007 20:41:01 +0000 (20:41 +0000)
committersasha <sasha>
Fri, 8 Jun 2007 20:41:01 +0000 (20:41 +0000)
src/xdefaults.C

index 05fb6af..57e4691 100644 (file)
@@ -540,7 +540,6 @@ rxvt_term::get_options (int argc, const char *const *argv)
         {
           if (optList_isReverse (entry))
             flag = flag == resval_on ? resval_off : resval_on;
-fprintf( stderr, "entry = %d, opt = [%s], flag = 0x%X, resval_on = %d\n", entry, opt, *flag, *resval_on );
 
           if (optList_strlen (entry))
             {
@@ -549,7 +548,6 @@ fprintf( stderr, "entry = %d, opt = [%s], flag = 0x%X, resval_on = %d\n", entry,
                * X resources to set these values before we settle for
                * default values
                */
-fprintf( stderr, "string\n");
               if (optList[entry].doff != -1)
                 {
                   if (flag == resval_on && !argv [i+1])