summaryrefslogtreecommitdiff
path: root/print/panda/files/patch-objects.c
diff options
context:
space:
mode:
Diffstat (limited to 'print/panda/files/patch-objects.c')
-rw-r--r--print/panda/files/patch-objects.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/print/panda/files/patch-objects.c b/print/panda/files/patch-objects.c
new file mode 100644
index 000000000000..6100ef2bea84
--- /dev/null
+++ b/print/panda/files/patch-objects.c
@@ -0,0 +1,11 @@
+--- objects.c.orig Tue Apr 13 09:46:24 2004
++++ objects.c Wed Jun 27 23:25:53 2007
+@@ -99,7 +99,7 @@
+ created->children = (panda_child *) panda_xmalloc (sizeof (panda_child));
+
+ ((panda_child *) created->children)->next = NULL;
+- (panda_child *) created->cachedLastChild = NULL;
++ created->cachedLastChild = NULL;
+
+ // By default this object is not a pages object
+ created->isPages = panda_false;