Merge /u/l-chang/cdesktopenv1/ branch master into master

https://sourceforge.net/p/cdesktopenv/code/merge-requests/28/
This commit is contained in:
b'Jon Trulson
2021-05-22 21:41:32 +00:00

View File

@@ -621,7 +621,7 @@ CanvasRenderer::_dofont(const FeatureSet &fs, Symbol** symbols)
// if we still can't find one go with whatever.
else {
xlfd = (char*)"-*-*-*-*-*-*-*-*-*-*-*-*-*";
xlfd = strdup("-*-*-*-*-*-*-*-*-*-*-*-*-*");
}
#ifdef FONT_DEBUG
fprintf(stderr, "resulting in \"%s\".\n", xlfd);