]> diplodocus.org Git - nmh/blobdiff - sbr/print_help.c
Fix invalid pointer arithmetic.
[nmh] / sbr / print_help.c
index 0fca1db7ac7f3491487047c4404a04b82b9beac8..2aafe06e8abe9ee85004d3e795b61927b82c1905 100644 (file)
@@ -30,8 +30,8 @@ print_help (char *str, struct swit *swp, int print_context)
 
     /* and for further info */
     putchar('\n');
-    print_intro (stdout, TRUE);
-    puts ("\nSee the BUGS section of the nmh(7) man page for more information.");
+    print_intro (stdout, true);
+    puts ("\nSee the BUGS section of nmh(7) for more information.");
 }