diff options
Diffstat (limited to 'src/LV2-render_console.c')
| -rw-r--r-- | src/LV2-render_console.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
