diff options
author | Christophe Grenier <grenier@cgsecurity.org> | 2024-09-01 18:24:16 +0200 |
---|---|---|
committer | Christophe Grenier <grenier@cgsecurity.org> | 2024-09-01 18:24:16 +0200 |
commit | 5ac2925af669e604698e50f348ce7641de34f8d1 (patch) | |
tree | 48475101c56b97eed3e9e90d10cc91c4b0eeb182 | |
parent | a41e7ac10b4aa40416e4cbe1d411417bb33fef4c (diff) | |
parent | 246ebc8befb851514cfaf72c1276587de3a0ad5e (diff) |
-rw-r--r-- | src/adv.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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') { |