2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00
This commit is contained in:
John Preston
2014-12-21 00:34:00 +03:00
2 changed files with 2 additions and 5 deletions

View File

@@ -43,7 +43,6 @@ namespace {
while (from < end && *from != '\n' && *from != '\r') {
++from;
}
++from;
return (from < end);
} else {
return true;