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.
2 parents 72847ce + 085d4de commit 4beb680Copy full SHA for 4beb680
main/sort.c
@@ -92,11 +92,11 @@ extern void externalSortTags (const bool toStdout, MIO *tagFile)
92
PE_CONST char *const sortOrder1 = "LC_COLLATE=C";
93
PE_CONST char *const sortOrder2 = "LC_ALL=C";
94
# endif
95
- vString *cmd = vStringNew ();
96
int ret = -1;
97
98
- if (cmd != NULL)
99
{
+ vString *cmd = vStringNew ();
+
100
/* Ensure ASCII value sort order.
101
*/
102
#if defined (HAVE_SETENV) || defined (HAVE_PUTENV)
0 commit comments