Skip to content
Snippets Groups Projects
Commit 1677e749 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix ERROR 2 (...) in putnode.cpp ... opening "node.exb"

Need the O_CREAT mode flag.

Broken with commit d116f362: I started using opennodeext() (created 5 years
ago with commit 710bb23c) rather than nopen(), and I didn't realize that
opennodeext() was not including O_CREAT.

Once the ctrl/node.exb was created (by anything), this error wouldn't happen.
And it'd only be an issues for systems with text.dat's that included custom
node status (NodeAction*) strings. Good catch Nelgin!
parent 0178043e
No related branches found
No related tags found
No related merge requests found
Pipeline #8148 failed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment