K 10 svn:author V 6 pkubaj K 8 svn:date V 27 2020-06-15T09:16:49.480352Z K 7 svn:log V 378 math/saga: fix build on GCC architectures Returning NULL as bool is not ok. --- globe_gores.lo --- globe_gores.cpp: In member function 'bool CGlobe_Gores::Add_Gore(int, int)': globe_gores.cpp:210:16: error: converting to 'bool' from 'std::nullptr_t' requires direct-initialization [-fpermissive] 210 | return( NULL ); PR: 246720 Approved by: rhurlin@gwdg.de (maintainer) END