2
0
Fork 0
mirror of https://github.com/PurpleI2P/i2pd-tools.git synced 2025-09-22 21:10:21 +01:00

Merge pull request from SOUx4cx4fx56x69/master

Windows
This commit is contained in:
orignal 2017-08-16 16:11:05 -04:00 committed by GitHub
commit a8f62274d3

View file

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