Commit 09ec3724 authored by John Ballance's avatar John Ballance
Browse files

added ':' to tag beginProcSet at c.provide line 603 to produce better font definition.

Detail:
Admin:
  tested at castle
  castle added ip


Version 1.14. Tagged as 'MakePSFont-1_14'
parents 02e98c76 42be638e
/* (1.13)
/* (1.14)
*
* This file is automatically maintained by srccommit, do not edit manually.
* Last processed by srccommit version: 1.68.
*
*/
#define Module_MajorVersion_CMHG 1.13
#define Module_MajorVersion_CMHG 1.14
#define Module_MinorVersion_CMHG
#define Module_Date_CMHG 16 Dec 2002
#define Module_Date_CMHG 01 Oct 2004
#define Module_MajorVersion "1.13"
#define Module_Version 113
#define Module_MajorVersion "1.14"
#define Module_Version 114
#define Module_MinorVersion ""
#define Module_Date "16 Dec 2002"
#define Module_Date "01 Oct 2004"
#define Module_ApplicationDate "16-Dec-02"
#define Module_ApplicationDate "01-Oct-04"
#define Module_ComponentName "MakePSFont"
#define Module_ComponentPath "RiscOS/Sources/Printing/Modules/MakePSFont"
#define Module_FullVersion "1.13"
#define Module_HelpVersion "1.13 (16 Dec 2002)"
#define Module_LibraryVersionInfo "1:13"
#define Module_FullVersion "1.14"
#define Module_HelpVersion "1.14 (01 Oct 2004)"
#define Module_LibraryVersionInfo "1:14"
......@@ -614,7 +614,7 @@ char *ensure_encoding (FILE *output, char *encname, char *encfile)
if (output)
{
fprintf(output, "\n\n%%%%BeginProcSet %s %s %s\n", realname, ver, rev);
fprintf(output, "\n\n%%%%BeginProcSet: %s %s %s\n", realname, ver, rev);
fprintf(output, "/%s [\n", realname);
while ((c = getc(f)) != EOF)
putc(c, output);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment