summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--server/red_worker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/red_worker.c b/server/red_worker.c
index fc749249..e271ae57 100644
--- a/server/red_worker.c
+++ b/server/red_worker.c
@@ -2346,7 +2346,7 @@ static int is_equal_brush(SpiceBrush *b1, SpiceBrush *b2)
{
return b1->type == b2->type &&
b1->type == SPICE_BRUSH_TYPE_SOLID &&
- b1->u.color == b1->u.color;
+ b1->u.color == b2->u.color;
}
// partial imp