2010-10-23 13:26 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* external/libhpdf/hpdfpdfa.c
! Fixed C++ variable declraration.
; NOTE: Could not rediff because the newly added hpdfpdfa.c file
is missing from the diffing process. Also current .diff
appears to contain some invalid diffs for this file.
This commit is contained in:
@@ -16,6 +16,13 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2010-10-23 13:26 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* external/libhpdf/hpdfpdfa.c
|
||||
! Fixed C++ variable declraration.
|
||||
; NOTE: Could not rediff because the newly added hpdfpdfa.c file
|
||||
is missing from the diffing process. Also current .diff
|
||||
appears to contain some invalid diffs for this file.
|
||||
|
||||
2010-10-23 11:00 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hbtip/encqp.prg
|
||||
* QP decoder will now accept LF EOLs (to work well with
|
||||
|
||||
2
harbour/external/libhpdf/hpdfpdfa.c
vendored
2
harbour/external/libhpdf/hpdfpdfa.c
vendored
@@ -116,12 +116,12 @@ HPDF_PDFA_GenerateID(HPDF_Doc pdf)
|
||||
HPDF_BYTE *currentTime;
|
||||
HPDF_BYTE idkey[HPDF_MD5_KEY_LEN];
|
||||
HPDF_MD5_CTX md5_ctx;
|
||||
HPDF_Array id;
|
||||
time_t ltime;
|
||||
|
||||
ltime = time(NULL);
|
||||
currentTime = (HPDF_BYTE *)ctime(<ime);
|
||||
|
||||
HPDF_Array id;
|
||||
id = HPDF_Dict_GetItem(pdf->trailer, "ID", HPDF_OCLASS_ARRAY);
|
||||
if (!id) {
|
||||
id = HPDF_Array_New(pdf->mmgr);
|
||||
|
||||
Reference in New Issue
Block a user