fixed again
This commit is contained in:
parent
5929f3dd0e
commit
6c588b0ae8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue