Remove stdio internals manipulation in sbr/m_getfld.c
authorDavid Levine <levinedl@acm.org>
Tue, 25 Dec 2012 17:57:31 +0000 (11:57 -0600)
committermarkus schnalke <meillo@marmaro.de>
Sat, 29 Aug 2015 16:32:03 +0000 (18:32 +0200)
commit976303d04d3bc2cad0afd5e3d364264783da56c2
treec3d54b143065b337b967d4d69a3117fc95246057
parent5901f87be7eaf0475af7c6c1e139ed844468643c
Remove stdio internals manipulation in sbr/m_getfld.c

Replaced all the stdio buffer access in sbr/m_getfld.c with a single call
to fread() and then some almost straightforward buffer manipulations.

This commit is ported to mmh.
sbr/m_getfld.c