Ticket #588: fc_suse_workaround.diff
| File fc_suse_workaround.diff, 561 bytes (added by , 20 years ago) |
|---|
-
libass/ass_fontconfig.c
187 187 goto ErrorFontCache; 188 188 } 189 189 190 rc = FcDirScan (fcs, fss, NULL, FcConfigGetBlanks(priv->config), (const FcChar8 *)dir, FcFalse);190 rc = FcDirScanConfig(fcs, fss, NULL, FcConfigGetBlanks(priv->config), (const FcChar8 *)dir, FcFalse, priv->config); 191 191 if (!rc) { 192 192 mp_msg(MSGT_GLOBAL, MSGL_WARN, "FcDirScan failed\n"); 193 193 goto ErrorFontCache;
