Merge pull request #34 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;
}