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)
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.


No differences found