Skip to content

Commit

Permalink
Modified to call kpse_set_program_name correctly with argv[0].
Browse files Browse the repository at this point in the history
Part of the fix for #806.
  • Loading branch information
henryso committed Jan 22, 2016
1 parent d4e6c79 commit a69cf72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gregorio-utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ int main(int argc, char **argv)
gregorio_score *score = NULL;

#ifdef USE_KPSE
kpse_set_program_name("gregorio", "gregorio");
kpse_set_program_name(argv[0], "gregorio");
#endif
if (argc == 1) {
print_usage(argv[0]);
Expand Down

0 comments on commit a69cf72

Please sign in to comment.