From f1b69cec3c86b1a52a8cc8980d139105c08518a9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 26 Aug 2024 12:36:08 +0200 Subject: Adding upstream version 1.2.5. Signed-off-by: Daniel Baumann --- exfat2img/exfat2img.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'exfat2img') diff --git a/exfat2img/exfat2img.c b/exfat2img/exfat2img.c index bd9db44..e75b42f 100644 --- a/exfat2img/exfat2img.c +++ b/exfat2img/exfat2img.c @@ -926,7 +926,7 @@ int main(int argc, char * const argv[]) } memset(&ui, 0, sizeof(ui)); - snprintf(ui.dev_name, sizeof(ui.dev_name), "%s", blkdev_path); + ui.dev_name = blkdev_path; if (restore) ui.writeable = true; else -- cgit v1.2.3