blob: ffd49997177ca6976ef4594ccc4396f8e73b9206 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- mknfonts.m.orig 2007-05-03 11:46:27.000000000 +0200
+++ mknfonts.m 2007-05-03 11:47:34.000000000 +0200
@@ -310,12 +310,6 @@
{
fi=[faceinfos objectAtIndex: i];
[faces addObject: [fi faceInfoDictionary]];
- for (j=0;j<[fi->files count];j++)
- {
- [fm movePath: [fi->files objectAtIndex: j]
- toPath: [path stringByAppendingPathComponent: [[fi->files objectAtIndex: j] lastPathComponent]]
- handler: nil];
- }
}
[family_info
|