Commit c409a53f authored by Tim Wickberg's avatar Tim Wickberg
Browse files

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.
parent 5781daa2
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment