From 25df4f89b7b23d6a5e132569b6e916600b3a4c0e Mon Sep 17 00:00:00 2001 From: yo mama Date: Thu, 29 Jan 2015 19:53:46 -0800 Subject: working version, need to finish testing cli args --- src/LV2-render_console.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/LV2-render_console.c') diff --git a/src/LV2-render_console.c b/src/LV2-render_console.c index def8eb4..90e5c4a 100644 --- a/src/LV2-render_console.c +++ b/src/LV2-render_console.c @@ -81,7 +81,7 @@ jalv_init(int* argc, char*** argv, JalvOptions* opts) fprintf(stderr, "Missing argument for -F\n"); return 1; } - opts->outfile = (*argv)[a]; + opts->outfile = (*argv)[a]; //is this wrong? not really } else if ((*argv)[a][1] == 'd') { opts->dump = true; } else { -- cgit v1.2.3-70-g09d2