Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removed a bogus FIXME.
  • Loading branch information
icculus committed Mar 22, 2012
1 parent 66fbf41 commit cd5362c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/platform_beos.cpp
Expand Up @@ -185,7 +185,6 @@ char *__PHYSFS_platformCalcBaseDir(const char *argv0)

char *__PHYSFS_platformCalcPrefDir(const char *org, const char *app)
{
/* !!! FIXME: there's a real API to determine this */
const char *userdir = __PHYSFS_getUserDir();
const char *append = "config/settings/";
const size_t len = strlen(userdir) + strlen(append) + strlen(app) + 2;
Expand Down

0 comments on commit cd5362c

Please sign in to comment.