pull/34/head
Warlock-Dalbaeb 2017-08-17 03:08:44 +07:00
parent 6072fe8111
commit 44079e08d3
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ while(*buf)
|| size_str > 52
)return false;
size_str++;
*buf++;
buf++;
}
return true;
}