From: Owen Shepherd Date: Wed, 10 Oct 2012 15:01:48 +0000 (+0100) Subject: PDCLIB-13: fwrite did not reset it's offset after doing a buffer flush. X-Git-Url: https://pd.if.org/git/?a=commitdiff_plain;ds=inline;h=dce83cc9963794572709bbc3c95a462c33be18c1;hp=dce83cc9963794572709bbc3c95a462c33be18c1;p=pdclib PDCLIB-13: fwrite did not reset it's offset after doing a buffer flush. TODO: Evaluate if fwrite should move to using an offset stored inside the FILE structure Patch submitted by Rink Springer (complexity: trivial) ---