parser.c: Drop space line and use hex notation
commit68a344003ab976cf6abad381efe2bb42b5c3f2f2
authorCyrill Gorcunov <gorcunov@gmail.com>
Fri, 27 Aug 2010 19:25:04 +0000 (27 23:25 +0400)
committerCyrill Gorcunov <gorcunov@gmail.com>
Fri, 27 Aug 2010 19:25:04 +0000 (27 23:25 +0400)
tree274c818867a9af382e0f1bf251a9c0158db27408
parent21d4ccc3c338ada6e52b9a10373f138f790c8b5d
parser.c: Drop space line and use hex notation

For big numbers it's easier to estimate bytes count
if they are written in hex notation. Let it be so.

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
parser.c