7ae7b018cc
with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
12 lines
424 B
C
12 lines
424 B
C
--- objects.c.orig 2016-06-20 16:04:03 UTC
|
|
+++ objects.c
|
|
@@ -99,7 +99,7 @@ panda_newobject (panda_pdf * doc, int ty
|
|
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;
|