shithub: aubio

Download patch

ref: 0c8d66ccad501a1d7e99cc0be640bfe16324d3fa
parent: 09908e6a6c423a43432b01fc9eebcf0d475e52d9
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Fri Aug 18 22:26:22 EDT 2023

fix wrong warning message

--- a/examples/parse_args.h
+++ b/examples/parse_args.h
@@ -133,7 +133,7 @@
       "       -h      --help             display this message\n"
       );
 #else /* HAVE_GETOPT_H */
-  fprintf (stream, "warning: compiled with getopt.h, no argument parsing\n");
+  fprintf (stream, "warning: compiled without getopt.h, no argument parsing\n");
   fprintf (stream, "usage: %s <filename> \n", prog_name);
 #endif /* HAVE_GETOPT_H */
   exit (exit_code);