Skip to content

Commit

Permalink
fix to font location
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne Cripps committed Mar 11, 2023
1 parent 49502db commit d38ec30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion args.cc
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ void show_tabfontpath()
dbg1(Warning, "args: font path set at compile time by TFM_PATH to %s\n",
(void *)TFM_PATH);
#else /* TFM_PATH */
dbg1(Warning, "args: font path compiled in %s\n", font_path);
dbg0(Warning, "args: font path compiled in .\n");
#endif /* TFM_PATH */
}
}
Expand Down

0 comments on commit d38ec30

Please sign in to comment.