Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
c-list: avoid comma-operator in conditionals
There is a bug in VS-2017 where comma-operators are discarded if the right hand side evaluates to `false`. This was fixed in VS-2019, but existing VS-2017 installs have not been fixed. Avoid the comma-operator and use the new c_list_init() behavior to create a compound statement. Signed-off-by: David Rheinsberg <[email protected]>
- Loading branch information