AmendHub

Download:

jcs

/

wallops

/

amendments

/

145

chatter: Pass proper arg to HLock/HUnlock, input_te is a Handle

From Vincent Pelletier

jcs made amendment 145 8 days ago
--- chatter.c Fri Oct 4 15:47:14 2024 +++ chatter.c Sun Jan 25 11:08:59 2026 @@ -743,7 +743,7 @@ chatter_draw_grow_icon(struct chatter *chatter) * Our input bar is taller than a scrollbar, so we can't use the * normal DrawGrowIcon or our DrawGrowIconOnly */ - HLock(*(chatter->input_te)); + HLock(chatter->input_te); te = &(*(chatter->input_te))->viewRect; r = win->portRect; @@ -766,7 +766,7 @@ chatter_draw_grow_icon(struct chatter *chatter) EraseRect(&r); FrameRect(&r); - HUnlock(*(chatter->input_te)); + HUnlock(chatter->input_te); } void