pull/58/head
Christopher Young 2015-09-21 21:04:27 -04:00
rodzic 4acff06355
commit bc5342935b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -209,7 +209,7 @@ int process_data(char *data, int dlen) {
offset += processed;
if (used > 0) {
memmove(buffer, buffer + processed * 2, used);
memmove(phi, phi + processed, used)
memmove(phi, phi + processed, used)
}
doffset += n;