mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 09:40:35 -04:00
with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
11 lines
424 B
C
11 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;
|