Miscellaneous fixes to try to make other compilers happier
[u/mdw/putty] / window.c
index 47ca089..7b7dee1 100644 (file)
--- a/window.c
+++ b/window.c
@@ -745,7 +745,7 @@ font_messup:
 
     if (cfg.fontisbold) {
        fw_dontcare = FW_BOLD;
-       fw_bold = FW_BLACK;
+       fw_bold = FW_HEAVY;
    } else {
        fw_dontcare = FW_DONTCARE;
        fw_bold = FW_BOLD;