Possible typo with bitwise operator (&)
1 Aug
2020
1 Aug
'20
1:28 p.m.
Hi, At gdk\gdk_bat.c (line 1384) variable b->type is bool Would be a typo? if (((b->ttype != TYPE_void) & b->tkey) && b->batCount > 1) { Should be: if (((b->ttype != TYPE_void) && b->tkey) && b->batCount > 1) { regards, Ranier Vilela
1558
Age (days ago)
1558
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ranier Vilela