Displaying 1 result from an estimated 1 matches for "showhelpintro".
2003 Oct 08
2
2.5.6: a number of minor issues
...124,7 @@
     char * le = malloc(4*lineLength + 1);
     char * l = le;
 
+translation_domain=translation_domain;
     if (le == NULL) return NULL;	/* XXX can't happen */
     *le = '\0';
     *le++ = '(';
@@ -479,6 +481,7 @@
 {
     int leftColWidth;
 
+flags=flags;
     (void) showHelpIntro(con, fp);
     if (con->otherHelp)
 	fprintf(fp, " %s\n", con->otherHelp);
@@ -638,6 +641,7 @@
 {
     int cursor;
 
+flags=flags;
     cursor = showHelpIntro(con, fp);
     cursor += showShortOptions(con->options, fp, NULL);
     (void) singleTableUsage(con, fp, cursor, con->...