Merge pull request #34 from SOUx4cx4fx56x69/master

Windows
pull/35/head
orignal 2017-08-16 16:11:05 -04:00 committed by GitHub
commit a8f62274d3
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;
}