]> git.sur5r.net Git - cc65/commit - libsrc/apple2/lseek.s
Fix ftell() on Apple II to return the correct value.
authorPatrick Pelletier <code@funwithsoftware.org>
Sun, 19 Aug 2018 23:04:42 +0000 (16:04 -0700)
committerOliver Schmidt <ol.sc@web.de>
Mon, 20 Aug 2018 20:24:48 +0000 (22:24 +0200)
commit68a115cacf588b64a5e098497d2e6a2c2139f33e
treebbfcad99b04d9d02cceeeb483e8a2aed3377215e
parent9fee605e65ed9fb82c6de088159043d636f43bb0
Fix ftell() on Apple II to return the correct value.

Fixes this issue:
https://github.com/cc65/cc65/issues/722

ftell() returns the value returned by lseek(), and lseek() for the
Apple II wasn't returning a value.
libsrc/apple2/lseek.s