Nikita Kalanakov před 2 roky
rodič
revize
bfdd827d79
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      makeshot/makeshot.c

+ 1 - 1
makeshot/makeshot.c

@@ -221,7 +221,7 @@ void preprocess_text(buffer_t *buffer, char *text) {
     else if (c == 0xee && nc == 0x80 && fc == 0x81)
       SET("\xee\x80\x81", " bgcolor=\"#ffffff\"", 0);
     else if (c == 0xee && nc == 0x80 && fc == 0x82)
-      SET("\xee\x80\x81", " fgcolor=\"#70baf5\" underline=\"single\" underline_color=\"#70baf5\"", 0);
+      SET("\xee\x80\x82", " fgcolor=\"#70baf5\" underline=\"single\" underline_color=\"#70baf5\"", 0);
     else
       buffer_append_escaped(buffer, c);
 escape:;