Skip to content

Commit

Permalink
Log statement said we'd entered attr_get() when we'd really entered a…
Browse files Browse the repository at this point in the history
…ttr_set() (one-byte change).
  • Loading branch information
Bill-Gray committed Jul 23, 2024
1 parent 3c27326 commit d7e7ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdcurses/attr.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ int wattr_set(WINDOW *win, attr_t attrs, short color_pair, void *opts)

int attr_set(attr_t attrs, short color_pair, void *opts)
{
PDC_LOG(("attr_get() - called\n"));
PDC_LOG(("attr_set() - called\n"));

return wattr_set(stdscr, attrs, color_pair, opts);
}
Expand Down

0 comments on commit d7e7ec3

Please sign in to comment.