fixed again

This commit is contained in:
ceriel 1990-01-30 14:02:49 +00:00
parent 5929f3dd0e
commit 6c588b0ae8

View file

@ -200,7 +200,7 @@ int isshift_once(s, c1, c2)
pow <<= 1; pow <<= 1;
i++; i++;
} }
i = 0; i = 1;
strcpy(c1, "8"); strcpy(c1, "8");
while (i <= 8) { while (i <= 8) {
if (pow & val) { if (pow & val) {