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; }
|
||||
break;
|
||||
default:
|
||||
if (size>0) { *oc++=*ic; --size; }
|
||||
if (size>0) { *oc++=*ic++; --size; }
|
||||
}
|
||||
} else {
|
||||
int ch = (unsigned char)(*ic);
|
||||
|
|
Loading…
Reference in a new issue