FreeCAD: master 554d8f40

Author Committer Branch Timestamp Parent
Alexander Golubev wmayer master 2015-05-17 15:30:53 master 6a18530a
Changeset Pivy: Fix a compiller warning with wrong check

Warning was:
src/3rdParty/Pivy-0.5/coin_wrap.cpp|244969 col 15| warning: comparison of function 'time' not equal to a null pointer is always true [-Wtautological-pointer-compare]
|| if (time != NULL) {
|| ^~~~ ~~~~

This one supposed to be a copy-paste typo.
mod - src/3rdParty/Pivy-0.5/coin_wrap.cpp Diff File