icculus / physfs

A portable, flexible file i/o abstraction.
https://icculus.org/physfs/
zlib License
560 stars 98 forks source link

Fix signature of physfsrwops_seek #37

Closed SDLBugzilla closed 2 years ago

SDLBugzilla commented 2 years ago

This bug report was migrated from our old Bugzilla tracker.

These attachments are available in the static archive:

Reported in version: all Reported for operating system, platform: Linux, PC

Comments on the original bug report:

On 2015-05-27 19:07:19 -0400, rettichschnidi wrote:

Created attachment 3536 Use PHYSFS_sint64 instead of long

The signature of physfsrwops_seek should take and return fixed size integers when used with SDL2.

On 2015-07-28 17:15:34 -0400, rettichschnidi wrote:

Fixed in https://hg.icculus.org/icculus/physfs/rev/61d312843192