From 9feba454b19793f24e286b6cb8897ac501c3e8b2 Mon Sep 17 00:00:00 2001 From: William Kendrick Date: Sun, 9 Jan 2005 13:03:57 +0000 Subject: [PATCH] Cut-n-paste bug. --- src/tuxpaint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tuxpaint.c b/src/tuxpaint.c index 384f1af2e..965e21e31 100644 --- a/src/tuxpaint.c +++ b/src/tuxpaint.c @@ -11038,7 +11038,7 @@ static int do_prompt_image(const char * const text, const char * const btn_yes, img_y = img_y + img2->h + 4; } - if (img1 != NULL) + if (img3 != NULL) { dest.x = img_x + (max_img_w - img3->w) / 2; dest.y = img_y;