mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-23 18:45:56 +01:00
fixed font bug in WINGs
font panel problems po file problems misc bugs
This commit is contained in:
@@ -346,7 +346,12 @@ makeFontSetOfSize(char *fontset, int size)
|
||||
end = 0;
|
||||
|
||||
tmp = wmalloc(end + strlen(f) + 8);
|
||||
sprintf(tmp + end, f, size);
|
||||
if (end != 0) {
|
||||
sprintf(tmp, "%s,", newfs);
|
||||
sprintf(tmp + end + 1, f, size);
|
||||
} else {
|
||||
sprintf(tmp + end, f, size);
|
||||
}
|
||||
|
||||
if (newfs)
|
||||
free(newfs);
|
||||
|
||||
Reference in New Issue
Block a user