ports/print/panda/files/patch-objects.c
Martin Wilke b57e7139d4 - Fix build with gcc4
- Support USE_BDB

PR:		114078
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2007-06-29 08:32:36 +00:00

11 lines
409 B
C

--- 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;