aboutsummaryrefslogtreecommitdiff
path: root/print/panda/files/patch-database.c
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-06-20 16:23:28 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-06-20 16:23:28 +0000
commit7ae7b018ccf7760013f368fcb83aad9ecd8982a8 (patch)
treee83ee6693050a76e305a95a376451aa583df151e /print/panda/files/patch-database.c
parenta35ba13770957a577275c3575d979457605f2aff (diff)
Notes
Diffstat (limited to 'print/panda/files/patch-database.c')
-rw-r--r--print/panda/files/patch-database.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/print/panda/files/patch-database.c b/print/panda/files/patch-database.c
index 6c51db16365b..ec1f7057674d 100644
--- a/print/panda/files/patch-database.c
+++ b/print/panda/files/patch-database.c
@@ -1,6 +1,6 @@
---- ./database.c.orig 2004-04-13 02:46:24.000000000 +0200
-+++ ./database.c 2014-08-15 19:09:39.000000000 +0200
-@@ -160,6 +160,12 @@
+--- database.c.orig 2016-06-20 16:04:03 UTC
++++ database.c
+@@ -160,6 +160,12 @@ panda_dbwrite (panda_pdf * document, cha
panda_windbwrite (document, key, value);
#else
@@ -13,7 +13,7 @@
#if defined DEBUG
printf ("Storing (%s, %s) in 0x%08x\n", key, value, document->db);
#endif
-@@ -169,13 +175,6 @@
+@@ -169,13 +175,6 @@ panda_dbwrite (panda_pdf * document, cha
if (value == NULL)
panda_error (panda_true, "Cannot store null value\n");