From: David Levine Date: Tue, 29 Jan 2013 03:20:22 +0000 (-0600) Subject: Added m_getfld_track_filepos() for callers to indicate that they X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/f52aa1ce52a53ead867f840f18c834871925de6c?ds=sidebyside;hp=f52aa1ce52a53ead867f840f18c834871925de6c Added m_getfld_track_filepos() for callers to indicate that they may interleave fseek*/ftell* calls with m_getfld() calls. This eliminates the need for m_getfld() to call fseek() when called by inc(1) and scan(1). ---