SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
print/fontforge/patches/patch-fontforge_print_c
Normal file
14
print/fontforge/patches/patch-fontforge_print_c
Normal file
|
@ -0,0 +1,14 @@
|
|||
--- fontforge/print.c.orig Thu Aug 2 17:09:09 2012
|
||||
+++ fontforge/print.c Sat Jan 4 21:42:37 2014
|
||||
@@ -1143,10 +1143,7 @@ static void dump_pdfprologue(PI *pi) {
|
||||
tm = localtime(&now);
|
||||
fprintf( pi->out, " /CreationDate (D:%4d%02d%02d%02d%02d",
|
||||
tm->tm_year+1900, tm->tm_mon+1, tm->tm_mday, tm->tm_hour, tm->tm_min );
|
||||
- if ( timezone==0 )
|
||||
- fprintf( pi->out, "Z)\n" );
|
||||
- else
|
||||
- fprintf( pi->out, "%+02d')\n", (int) timezone/3600 ); /* doesn't handle half-hour zones */
|
||||
+ fprintf( pi->out, "Z)\n" );
|
||||
if ( author!=NULL )
|
||||
fprintf( pi->out, " /Author (%s)\n", author );
|
||||
fprintf( pi->out, ">>\n" );
|
Loading…
Add table
Add a link
Reference in a new issue