mirror of
https://github.com/gryf/wmaker.git
synced 2026-02-28 21:35:47 +01:00
- Fixed some compilation problems, which could lead to sigsegv at run time in
the new 'bag' code. - Fixed PPosition problem.
This commit is contained in:
@@ -647,7 +647,7 @@ listFamilies(WMScreen *scr, WMFontPanel *panel)
|
||||
*fontList[i] = '\0';
|
||||
continue;
|
||||
}
|
||||
addFontToFamily(families, (char**)fields);
|
||||
addFontToFamily(families, fields);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user