forked from github/server
"Sinnlose Meldung" - fixed report of broken password
This commit is contained in:
parent
7531de4645
commit
06cb1347e4
1 changed files with 1 additions and 1 deletions
|
@ -268,7 +268,7 @@ parse_string(opstack ** stack, const char* in, const void * userdata) /* (char*)
|
||||||
if (size>0) { *oc++='\t'; --size; }
|
if (size>0) { *oc++='\t'; --size; }
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
if (size>0) { *oc++=*ic; --size; }
|
if (size>0) { *oc++=*ic++; --size; }
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
int ch = (unsigned char)(*ic);
|
int ch = (unsigned char)(*ic);
|
||||||
|
|
Loading…
Reference in a new issue