From 4443e7320c46fe204576efa9ed1dfc0dcebd5394 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 7 Jun 2014 03:23:48 +0200 Subject: [PATCH] (Salamander) Fix bug --- frontend/frontend_salamander.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/frontend_salamander.c b/frontend/frontend_salamander.c index 1d39f3afdd..401343f457 100644 --- a/frontend/frontend_salamander.c +++ b/frontend/frontend_salamander.c @@ -88,7 +88,7 @@ static void find_and_set_first_file(char *path, size_t sizeof_path, const char * if (first_file) { - fill_pathname_join(path, default_paths.core_dir, first_file, sizeof(path)); + fill_pathname_join(path, default_paths.core_dir, first_file, sizeof_path); RARCH_LOG("libretro_path now set to: %s.\n", path); } else