Fixed reading of colors from order.
This commit is contained in:
parent
60ac63854c
commit
a76b0df598
@ -806,8 +806,6 @@ static INLINE BOOL ORDER_FIELD_COLOR(const ORDER_INFO* orderInfo, wStream* s,
|
|||||||
if (!TARGET || !orderInfo)
|
if (!TARGET || !orderInfo)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
*TARGET = 0;
|
|
||||||
|
|
||||||
if ((orderInfo->fieldFlags & (1 << (NO - 1))) && !update_read_color(s, TARGET))
|
if ((orderInfo->fieldFlags & (1 << (NO - 1))) && !update_read_color(s, TARGET))
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user