]> pd.if.org Git - pdclib/commit
PDCLIB-7: When fseek is called with SEEK_CUR, internally calculate the new offset...
authorOwen Shepherd <owen.shepherd@e43.eu>
Sun, 26 Aug 2012 15:04:22 +0000 (16:04 +0100)
committerOwen Shepherd <owen.shepherd@e43.eu>
Sun, 26 Aug 2012 15:04:22 +0000 (16:04 +0100)
commit852ad49d5888724e4e4f82a6d51d13b0e8029e28
tree11aa4f4f041d88a62ad7f2c2893b29a8c98ba453
parent7366b27251b3a6e34c352d157609cc2fca591a9e
PDCLIB-7: When fseek is called with SEEK_CUR, internally calculate the new offset and then hand SEEK_SET to the glue layer, as our offset may differ from the offset of the underlying file descriptor due to buffering
functions/stdio/fseek.c