X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=src%2Fdraw%2Ffont-convert;h=c29cf87cef6314cf6ae19fb1784bd5341e219a59;hb=0c6b7a34f8f52dafe7f75d790f74d4dd63fd53d3;hp=d295c181dc282898458bf95257174763929ed252;hpb=c3dff4d7286991888bd79484c19adccc6926afc1;p=fw%2Faltos diff --git a/src/draw/font-convert b/src/draw/font-convert index d295c181..c29cf87c 100755 --- a/src/draw/font-convert +++ b/src/draw/font-convert @@ -106,7 +106,7 @@ void print_font(file out, font_t font, string font_name) { int height = font.glyphs[0].height; int max_width = width; int max_height = height; - int[128] pos = { -1 ... }; + int[128] pos = { 0 ... }; int[...] bytes; bool fixed_size = true;