Mike Auty 2c02df125a Fix the truncation of strings
MHL kindly pointed out that the string wasn't truncating, and it turns
out I misread the struct documentation, which truncates or pads with
\x00s to ensure the appropriate length.  We now truncate to the first
null we find.
2016-12-13 20:41:09 +00:00
2016-08-20 14:13:32 -04:00
2016-12-13 20:41:09 +00:00
2012-11-11 19:02:39 +00:00
2012-11-11 19:02:39 +00:00
Languages
Python 99.9%