Fix incorrect expression with fdopen() call in _spank_stack_load().
fdopen returns NULL on failure. It is impossible for (FILE *) to be less than zero, so this check would have always succeeded even in the event of a failure. CID 187087.
Please register or sign in to comment