mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 04:49:17 -04:00
Reorganizes port, rewrapps pkg-descr too. This uses a new distribution file from GitHub but for some reason the version number didn't change. PR: 200300 Submitted by: ports fury
11 lines
456 B
C++
11 lines
456 B
C++
--- src/export.cpp.orig 2013-10-03 09:22:51 UTC
|
||
+++ src/export.cpp
|
||
@@ -464,7 +464,7 @@ void SaveToPDF(SciDoc*sci, FILE *fp)
|
||
}
|
||
// start to write PDF file here (PDF1.4Ref(p63))
|
||
// ASCII>127 characters to indicate binary-possible stream
|
||
- oT->write("%PDF-1.3\n%Çì<C387>¢\n");
|
||
+ oT->write("%PDF-1.3\n%\267\276\255\252\n");
|
||
styleCurrent = STYLE_DEFAULT;
|
||
|
||
// build objects for font resources; note that font objects are
|