summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristophe Grenier <grenier@cgsecurity.org>2024-09-01 18:24:16 +0200
committerChristophe Grenier <grenier@cgsecurity.org>2024-09-01 18:24:16 +0200
commit5ac2925af669e604698e50f348ce7641de34f8d1 (patch)
tree48475101c56b97eed3e9e90d10cc91c4b0eeb182 /src
parenta41e7ac10b4aa40416e4cbe1d411417bb33fef4c (diff)
parent246ebc8befb851514cfaf72c1276587de3a0ad5e (diff)
Merge branch 'pedro-javierf'HEADmaster
Diffstat (limited to 'src')
-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')
{