forked from pool/fontforge
c66b88128d
Copy from M17N/fontforge based on submit request 23973 from user tiwai OBS-URL: https://build.opensuse.org/request/show/23973 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fontforge?expand=0&rev=13
13 lines
330 B
Diff
13 lines
330 B
Diff
Index: fontforge/sfd.c
|
|
===================================================================
|
|
--- fontforge/sfd.c.orig 2009-05-13 00:23:57.000000000 +0200
|
|
+++ fontforge/sfd.c 2009-10-03 13:58:14.893617000 +0200
|
|
@@ -4983,6 +4983,7 @@ return( 0 );
|
|
}
|
|
}
|
|
}
|
|
+ closedir(dir);
|
|
}
|
|
SFDFixupBitmapRefs( bdf );
|
|
return( 1 );
|