On Fri, 19/1/18, Antonio Scuri <[email protected]> wrote: >then they are equal and not NULL at: > > (afunc->call_global_default && > iupGlobalDefaultColorChanged(afunc->default_value)))
By that logic you could/should/may as well change it to: (afunc->default_value && iupGlobalDefaultColorChanged(afunc->default_value))) Is that what you did? Pete ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Iup-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/iup-users
