Error in object runtime language detection code (spurious '; ')

In ValueObject::GetObjectRuntimeLanguage(), there is a spurious ';' after an if statement which is interpreted as an empty if body instead of the actual if body.

This patch also replace false by NULL in a place where the compiler expects a pointer instead of a bool.

fixup.patch (931 Bytes)

Hi Jean-Daniel,

Applied your patch as r114957. Thanks!