Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/postscriptlight.c
Original file line number Diff line number Diff line change
Expand Up @@ -5702,7 +5702,7 @@ int PSL_plottext (struct PSL_CTRL *PSL, double x, double y, double fontsize, cha

char *piece = NULL, *piece2 = NULL, *ptr = NULL, *string = NULL, previous[BUFSIZ] = {""}, *plast = NULL;
/* PS strings to be used dependent on "mode" */
const char *op[4] = {"Z", "false charpath fs", "false charpath fs", "false charpath V S U fs"};
const char *op[4] = {"Z", "false charpath fs", "false charpath fs", "false charpath V S U fs currentpoint N M"};
/* PS strings to be used dependent on "justify". Empty strings added for unused values. */
const char *justcmd[12] = {"", "bl ", "bc ", "br ", "", "ml ", "mc ", "mr ", "", "tl ", "tc ", "tr "};
/* PS strings to be used dependent on "justify%4". Empty string added for unused value. */
Expand Down
Loading