fixed again
This commit is contained in:
parent
ca659ea85a
commit
be1fa7e8b9
@ -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) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user