summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--com32/elflink/ldlinux/msg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/elflink/ldlinux/msg.c b/com32/elflink/ldlinux/msg.c
index 5365eec7..9ded33ef 100644
--- a/com32/elflink/ldlinux/msg.c
+++ b/com32/elflink/ldlinux/msg.c
@@ -100,7 +100,7 @@ static void set_fgbg(void)
bg = convert_to_pcdisplay[((TextAttribute >> 4) & 0x7)];
printf("\033[");
- if (TextAttribute & 0x40)
+ if (TextAttribute & 0x8)
printf("1;"); /* Foreground bright */
printf("3%dm\033[", fg);