Fixup fill_pathname_basedir in load_content

This commit is contained in:
twinaphex 2014-12-15 17:04:57 +01:00
parent e871d27d7d
commit 6a9913c744

View File

@ -412,7 +412,7 @@ static bool load_content(const struct retro_subsystem_info *special,
"extraction directory was not set or found. "
"Setting extraction directory to directory "
"derived by basename...\n");
fill_pathname_basedir(new_basedir, path_basename(path),
fill_pathname_basedir(new_basedir, path,
sizeof(new_basedir));
}