Browse code

distcheck

Török Edvin authored on 2010/02/08 22:34:37
Showing 1 changed files
... ...
@@ -146,7 +146,7 @@ static void print_src(const char *file)
146 146
         putc('\n', stdout);
147 147
         continue;
148 148
       }
149
-      putc((buf[i]&0xf | ((buf[i+1]&0xf)<<4)), stdout);
149
+      putc(((buf[i]&0xf) | ((buf[i+1]&0xf)<<4)), stdout);
150 150
       i++;
151 151
     }
152 152
     i=0;