We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8fa0d6 commit 3f0fa2cCopy full SHA for 3f0fa2c
main/args.c
@@ -145,8 +145,8 @@ static char* nextFileLine (FILE* const fp)
145
c = ungetc (c, fp);
146
}
147
vStringStripTrailing (vs);
148
- result = xMalloc (vStringLength (vs) + 1, char);
149
vStringStripLeading (vs);
+ result = xMalloc (vStringLength (vs) + 1, char);
150
strcpy (result, vStringValue (vs));
151
152
vStringDelete (vs);
0 commit comments