diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2021-06-10 00:37:08 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2021-06-10 00:37:08 +0000 |
commit | 15b5916ed82c8de48b85d7b7afe670cb00e79796 (patch) | |
tree | b7891e7faa9ffaa27911b367d0551a38d03a53a6 /src/LYStyle.c | |
parent | c2036b385da968e77c3abbefa44cb4c88eff9512 (diff) | |
download | lynx-snapshots-15b5916ed82c8de48b85d7b7afe670cb00e79796.tar.gz |
snapshot of project "lynx", label v2-9-0dev_6j
Diffstat (limited to 'src/LYStyle.c')
-rw-r--r-- | src/LYStyle.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/LYStyle.c b/src/LYStyle.c index c7aa52b3..77be1884 100644 --- a/src/LYStyle.c +++ b/src/LYStyle.c @@ -1,5 +1,5 @@ /* - * $LynxId: LYStyle.c,v 1.110 2019/09/06 09:00:48 tom Exp $ + * $LynxId: LYStyle.c,v 1.111 2021/06/09 22:00:35 tom Exp $ * * character level styles for Lynx * (c) 1996 Rob Partington -- donated to the Lyncei (if they want it :-) @@ -238,7 +238,7 @@ static void parse_attributes(const char *mono, int iBlink = !!((unsigned) cA & M_BLINK); CTRACE2(TRACE_STYLE, (tfp, "parse_attributes %d/%d %d/%d %#x\n", - fA, default_fg, bA, default_bg, cA)); + fA, default_fg, bA, default_bg, (unsigned) cA)); if (fA < MAX_COLOR && bA < MAX_COLOR #ifdef USE_CURSES_PAIR_0 |