mirror of
https://git.code.sf.net/p/flwm/flwm
synced 2025-12-12 15:26:58 -05:00
Typo made the &-fixing code blank the title instead
This commit is contained in:
2
Menu.C
2
Menu.C
@ -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;
|
char* t = buf;
|
||||||
while (t < buf+254 && *l) {
|
while (t < buf+254 && *l) {
|
||||||
if (*l=='&') *t++ = *l;
|
if (*l=='&') *t++ = *l;
|
||||||
*t++ = *l;
|
*t++ = *l++;
|
||||||
}
|
}
|
||||||
*t = 0;
|
*t = 0;
|
||||||
l = buf;
|
l = buf;
|
||||||
|
|||||||
Reference in New Issue
Block a user