CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/10/20 23:09:26
Modified files:
lily : font-config.cc
Log message:
(init_fontconfig): resurrect mf/out/ check.
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/lily/font-config.cc.diff?tr1=1.26&tr2=1.27&r1=text&r2=text
Patches:
Index: lilypond/lily/font-config.cc
diff -u lilypond/lily/font-config.cc:1.26 lilypond/lily/font-config.cc:1.27
--- lilypond/lily/font-config.cc:1.26 Thu Oct 20 23:08:14 2005
+++ lilypond/lily/font-config.cc Thu Oct 20 23:09:26 2005
@@ -31,6 +31,7 @@
Array<String> dirs;
String builddir = prefix_directory + "/mf/out/";
+ struct stat statbuf;
if (stat (builddir.to_str0 (), &statbuf) == 0)
dirs.push (builddir.to_str0 ());
else
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs