ports/print/panda/files/patch-objects.c
Mathieu Arnold 7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00

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;