diff options
author | 2010-07-20 23:18:10 +0000 | |
---|---|---|
committer | 2010-07-20 23:18:10 +0000 | |
commit | 81148137e022175cfca6f7147364d6511b1cea1a (patch) | |
tree | 564595452b25630f7e7a89ef05d5e8f94d42e346 /app-text/mbtpdfasm/files | |
parent | Version bumped, bug #328931. (diff) | |
download | historical-81148137e022175cfca6f7147364d6511b1cea1a.tar.gz historical-81148137e022175cfca6f7147364d6511b1cea1a.tar.bz2 historical-81148137e022175cfca6f7147364d6511b1cea1a.zip |
removed old version, take 2.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'app-text/mbtpdfasm/files')
-rw-r--r-- | app-text/mbtpdfasm/files/mbtpdfasm-1.0.26-64bit.patch | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/app-text/mbtpdfasm/files/mbtpdfasm-1.0.26-64bit.patch b/app-text/mbtpdfasm/files/mbtpdfasm-1.0.26-64bit.patch deleted file mode 100644 index 25573466f0b9..000000000000 --- a/app-text/mbtpdfasm/files/mbtpdfasm-1.0.26-64bit.patch +++ /dev/null @@ -1,44 +0,0 @@ ---- pdfFile.hpp.orig 2006-06-12 00:01:12.000000000 +0200 -+++ pdfFile.hpp 2006-06-12 00:09:46.000000000 +0200 -@@ -158,7 +158,7 @@ -
- //int findInheritRes(C_pdfFile *org, char *fBuf, int lg, char **pcRes);
- int makeRes(C_pdfFile *org, char *fBuf, int lg, char **pcRes);
-- int makeAttrib(C_pdfFile *org, char *fBuf, int lgOrgBuf, char **pcRes, char *add, int lgAdd);
-+ int makeAttrib(C_pdfFile *org, char *fBuf, int lgOrgBuf, char **pcRes, int add, int lgAdd);
-
- bool fast; // version rapide, on ne gère pas les options
- bool closed; //protection plus rien n'est possible aprés l'appel à la fonction close
---- pdfFile.cpp.orig 2006-06-12 00:01:23.000000000 +0200 -+++ pdfFile.cpp 2006-06-12 00:11:49.000000000 +0200 -@@ -906,7 +906,7 @@ - /* ********************************************** */ - #pragma warning(disable : 4100) - --int C_pdfFile::makeAttrib(C_pdfFile *org, char *buf, int lgOrgBuf, char **pcRes, char *add, int lgAdd) { -+int C_pdfFile::makeAttrib(C_pdfFile *org, char *buf, int lgOrgBuf, char **pcRes, int add, int lgAdd) { - char *pc; - int lgRes, lgBuf, j, nObj, r; - -@@ -945,12 +945,12 @@ - } - - if ( (lgAdd != 0) && (add != 0) ) { -- switch ( (int)add ) { -+ switch ( add ) { - case _Resources: - - break; - default: -- memcpy(pc + lgRes, add + sizeof(int), lgAdd); -+ memcpy(pc + lgRes, (char *)add + sizeof(int), lgAdd); - lgRes += lgAdd; - } - } -@@ -2663,4 +2663,4 @@ - delete p; - - return destBuf; --} -\ Kein Zeilenumbruch am Dateiende. -+} |