From 258e46962c9b047ccbe0f27f56c37aa607d090eb Mon Sep 17 00:00:00 2001 From: Arnaud Blanchard <arnaud.blanchard@ensea.fr> Date: Thu, 11 May 2017 11:25:11 +0200 Subject: [PATCH] Update with blc_program changes --- o_sndfile/o_sndfile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/o_sndfile/o_sndfile.cpp b/o_sndfile/o_sndfile.cpp index 417fe2b..9c5bc0e 100644 --- a/o_sndfile/o_sndfile.cpp +++ b/o_sndfile/o_sndfile.cpp @@ -16,7 +16,7 @@ int main(int argc, char**argv){ blc_program_init(&argc, &argv, NULL); if (filename==NULL) { - blc_program_option_display_help(); + blc_program_args_display_help(); color_eprintf(BLC_RED, "You need to set a filename with option --file=\n"); exit(1); } -- GitLab