From df19d62f517971b42031cdd6e6f4efe3a0df50a6 Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Thu, 26 Dec 2024 16:28:43 -0500 Subject: [PATCH] Corrected code in DBtpaint2.c handling the setup of paint/erase tables for contacts, where an error was pointed out by Darryl Miles (github issue #339). --- database/DBtpaint2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/database/DBtpaint2.c b/database/DBtpaint2.c index 846850e0..c7cb0cf6 100644 --- a/database/DBtpaint2.c +++ b/database/DBtpaint2.c @@ -526,7 +526,6 @@ dbComposePaintContact(lpImage, lpPaint) SETPAINT(lpImage->l_type, lpPaint->l_type, pNum, newtype); } - break; } } /* else default paint/erase behavior */