Index: rnd_inclib/font/font.c =================================================================== --- rnd_inclib/font/font.c (revision 36491) +++ rnd_inclib/font/font.c (revision 36492) @@ -77,7 +77,7 @@ long n; rnd_glyph_t *g = &font->glyph[*s]; - for(n = 0; n < g->atoms.used; g++) + for(n = 0; n < g->atoms.used; n++) draw_atom(&g->atoms.array[n], mx, x, scx, scy, rotdeg, mirror, thickness, min_line_width, poly_thin, cb, cb_ctx); /* move on to next cursor position */