2
0
Fork 0
mirror of https://github.com/PurpleI2P/i2pd-tools.git synced 2025-03-10 11:28:28 +01:00
This commit is contained in:
Warlock-Dalbaeb 2017-08-17 03:08:44 +07:00
parent 6072fe8111
commit 44079e08d3

View file

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