]> git.pld-linux.org Git - packages/freetype1.git/commitdiff
- removed
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 6 Apr 2002 21:14:57 +0000 (21:14 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    freetype-nospaces.patch -> 1.2

freetype-nospaces.patch [deleted file]

diff --git a/freetype-nospaces.patch b/freetype-nospaces.patch
deleted file mode 100644 (file)
index b0e8d55..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- freetype-1.3.1/ttmkfdir/ttmkfdir.c.nospaces        Wed Jan 12 22:57:36 2000
-+++ freetype-1.3.1/ttmkfdir/ttmkfdir.c Wed Jan 12 23:05:12 2000
-@@ -1165,7 +1165,8 @@
-       if (!isascii (string[i])) {
-           return NULL;
-       }
--      name_buffer[name_len++] = (string[i] == '-') ? '_' : string[i];
-+      name_buffer[name_len] = (string[i] == '-') ? '_' : string[i];
-+      name_buffer[name_len++] = (string[i] == ' ') ? '_' : string[i];
-     }
-     name_buffer[name_len] = '\0';
This page took 0.422893 seconds and 4 git commands to generate.