From: David Levine Date: Tue, 25 Dec 2012 17:57:31 +0000 (-0600) Subject: Replaced all the stdio buffer access in m_getfld.c with a single call X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/9db3474c4cfc16b01d132e03ddf2c91b8db8b594?ds=sidebyside;hp=9db3474c4cfc16b01d132e03ddf2c91b8db8b594 Replaced all the stdio buffer access in m_getfld.c with a single call to fread() and then some almost straightforward buffer manipulations. ---