diff options
author | Roland Mainz <roland.mainz@nrubsig.org> | 2004-04-10 09:05:46 +0000 |
---|---|---|
committer | Roland Mainz <roland.mainz@nrubsig.org> | 2004-04-10 09:05:46 +0000 |
commit | 3f0d332bb89c6fd46d6262072215ff8d605209cd (patch) | |
tree | 018a0eb0df48d0a66179f5a02ddf38e84515a477 /write.c | |
parent | ad69c9b01a54748afa1a8790b9505dd8bacccefe (diff) |
Resync to 2004-04-10 XORG-RELEASE-1 branch
Diffstat (limited to 'write.c')
-rw-r--r-- | write.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1030,7 +1030,7 @@ writeOS2(FILE* out, FontPtr font) static int writePCLT(FILE* out, FontPtr font) { - char name[16] = "XFree86 font "; + char name[16] = XVENDORNAME" font "; char filename[6] = "X11R00"; unsigned char charComplement[8] = {0xFF, 0xFF, 0xFF, 0xFF, 0x0B, 0xFF, 0xFF, 0xFE}; |