]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sun, 29 Dec 2013 23:49:10 +0000 (23:49 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sun, 29 Dec 2013 23:49:10 +0000 (23:49 +0000)
MagickCore/nt-base.c

index f2373bd852bda7cba929d98ceebd483d34b7655c..da476fa3805ee59ffebc19e87c71a2c201f6c4f3 100644 (file)
@@ -1269,6 +1269,10 @@ MagickPrivate int NTGhostscriptFonts(char *path,int length)
     if (IsPathAccessible(filename) != MagickFalse)
       return(TRUE);
   }
+  (void) FormatLocaleString(filename,MaxTextExtent,"c:%sgs%sfonts%sfonts.dir",
+    DirectorySeparator,DirectorySeparator,DirectorySeparator);
+  if (IsPathAccessible(filename) != MagickFalse)
+    return(TRUE);
   return(FALSE);
 }
 \f