23.01.2011, 20:01
You're creating a string with 256 characters / len and later formatting it only with 128 characters / len isn't that a waste and at the last part you're creating a string with 256 len / char and only formatting 10 char / len.
EDIT:: Mistake at sscanf line. Check the SCM part
EDIT:: Mistake at sscanf line. Check the SCM part