Skip to content
Snippets Groups Projects
Commit 4ea2263f authored by Simon Marlow's avatar Simon Marlow Committed by ian@well-typed.com
Browse files

Fix off-by-one (#7227)

parent d8929b8b
No related branches found
No related tags found
No related merge requests found
......@@ -547,6 +547,7 @@ void setupRtsFlags (int *argc, char *argv[],
procRtsOpts(rts_argc0, rtsOptsEnabled);
appendRtsArg((char *)0);
rts_argc--; // appendRtsArg will have bumped it for the NULL (#7227)
normaliseRtsOpts();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment