Compare commits
1 Commits
master
...
pr-snprint
Author | SHA1 | Date | |
---|---|---|---|
cf2553033f |
@@ -318,7 +318,7 @@ struct capture_completed_args {
|
|||||||
static bool
|
static bool
|
||||||
capture_completed(struct capture_completed_args *args)
|
capture_completed(struct capture_completed_args *args)
|
||||||
{
|
{
|
||||||
snprintf(last_path, sizeof(last_path), args->fname);
|
snprintf(last_path, sizeof(last_path), "%s", args->fname);
|
||||||
|
|
||||||
gtk_image_set_from_paintable(GTK_IMAGE(thumb_last),
|
gtk_image_set_from_paintable(GTK_IMAGE(thumb_last),
|
||||||
GDK_PAINTABLE(args->thumb));
|
GDK_PAINTABLE(args->thumb));
|
||||||
|
@@ -162,7 +162,7 @@ static void setup_capture(void)
|
|||||||
exit(EXIT_FAILURE);
|
exit(EXIT_FAILURE);
|
||||||
}
|
}
|
||||||
|
|
||||||
snprintf(burst_dir, sizeof(burst_dir), tempdir);
|
snprintf(burst_dir, sizeof(burst_dir), "%s", tempdir);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
Reference in New Issue
Block a user