diff tools/fontconv.c @ 1203:2b48b7fe95bc

Use dmfreset() instead of dmfseek() to seek to stream start.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 05 Mar 2015 16:57:27 +0200
parents 985225a93aeb
children 5b8245e5f785
line wrap: on
line diff
--- a/tools/fontconv.c	Thu Mar 05 16:57:03 2015 +0200
+++ b/tools/fontconv.c	Thu Mar 05 16:57:27 2015 +0200
@@ -339,7 +339,7 @@
 #endif
     else
     {
-        dmfseek(inFile, 0L, SEEK_SET);
+        dmfreset(inFile);
 
         if ((fontbmap = dmLoadImage(inFile)) == NULL)
         {