"Sinnlose Meldung"

- fixed report of broken password
This commit is contained in:
Enno Rehling 2007-10-14 21:02:48 +00:00
parent 7531de4645
commit 06cb1347e4
1 changed files with 1 additions and 1 deletions

View File

@ -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);