summaryrefslogtreecommitdiffstats
path: root/src/adv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/adv.c')
-rw-r--r--src/adv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adv.c b/src/adv.c
index 510b48fe..e64457af 100644
--- a/src/adv.c
+++ b/src/adv.c
@@ -378,7 +378,7 @@ static void adv_menu_image_selected(disk_t *disk, const partition_t *partition,
ask_location(dst_path, sizeof(dst_path), msg, "");
}
#else
- td_getcwd(&dst_path, sizeof(dst_path));
+ td_getcwd(dst_path, sizeof(dst_path));
#endif
if(dst_path[0]!='\0')
{