- 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:
dan
1999-09-16 21:52:18 +00:00
parent ac4053478a
commit 8747093e64
33 changed files with 36 additions and 36 deletions
+1 -1
View File
@@ -647,7 +647,7 @@ listFamilies(WMScreen *scr, WMFontPanel *panel)
*fontList[i] = '\0';
continue;
}
addFontToFamily(families, (char**)fields);
addFontToFamily(families, fields);
}
}