Typo made the &-fixing code blank the title instead

This commit is contained in:
Bill Spitzak
2006-06-30 22:14:34 +00:00
parent b5f3aa0656
commit f6f5ce641d

2
Menu.C
View File

@ -98,7 +98,7 @@ frame_label_draw(const Fl_Label* o, int X, int Y, int W, int H, Fl_Align align)
char* t = buf;
while (t < buf+254 && *l) {
if (*l=='&') *t++ = *l;
*t++ = *l;
*t++ = *l++;
}
*t = 0;
l = buf;