a little bug ,maybe not

in orx-1.4-srccodesrccoreorxCommand.c ,

and in " orxCOMMAND_VAR *orxFASTCALL orxCommand_Evaluate(const orxSTRING _zCommandLine, orxCOMMAND_VAR *_pstResult) " ,

there is "if((_zCommandLine != orxNULL) & (_zCommandLine != orxSTRING_EMPTY))"


did forget a "&"? ofcourse ,& would not cause problem ,but usaually we use && in a "if()" .or this would get any good?

Comments

Sign In or Register to comment.