aboutsummaryrefslogtreecommitdiff
path: root/src/user.c
diff options
context:
space:
mode:
authorKrow Savcik <krow@savcik.xyz>2024-07-31 13:35:43 +0300
committerKrow Savcik <krow@savcik.xyz>2024-07-31 13:35:43 +0300
commit35fdfc1eb9be244e37002380de6c3ac650648cab (patch)
tree5475e2dd495c3fc5b1d1861893175b88a42f3de2 /src/user.c
parent1c1c5fa9b1094e96e6eea8abc163949e2277e151 (diff)
feature: improved the export function to include frames into considerationHEADmaster
Diffstat (limited to 'src/user.c')
-rw-r--r--src/user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/user.c b/src/user.c
index 7469708..daa3e5d 100644
--- a/src/user.c
+++ b/src/user.c
@@ -94,7 +94,7 @@ user_canvas_export_png(const Arg *x)
choose_file_path("Image File Name (export): ", line);
/* TODO: show error window */
- if (canvas_export_png(cur_canvas, line, ren))
+ if (canvas_export_png(cur_canvas, line))
puts("Error while saving file");
else
puts("File saved");