Skip to content

PHYSFS_getUserDir deprecated #146

@slime73

Description

@slime73

Original report by Christiaan Janssen (Bitbucket: cjanssen, GitHub: cjanssen).


I was building from sources, using ndk-build. A warning came out saying that PHYSFS_getUserDir is deprecated. It still compiles and runs fine, but maybe you'd want to check this.

Offending line is in jni/love/src/modules/filesystem/physfs/Filesystem.cpp, method Filesystem::getUserDirectory()

static std::string userDir = normalize(PHYSFS_getUserDir());

More info:
https://icculus.org/physfs/docs-devel/html/deprecated.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions