ports/www/py-utidy/files/patch-tidy-lib.py
Pav Lucistnik 31af076df8 - Fix runtime crash bug on amd64
PR:		ports/136379
Submitted by:	Phil Pennock <phil.pennock@globnix.org>
2009-07-08 13:21:43 +00:00

10 lines
288 B
Python

--- tidy/lib.py.orig 2004-02-24 08:12:24.000000000 +0100
+++ tidy/lib.py 2009-07-08 15:16:11.000000000 +0200
@@ -129,6 +129,7 @@
return sink
sinkfactory=SinkFactory()
+_tidy.Create.restype = ctypes.POINTER(ctypes.c_void_p)
class _Document(object):
def __init__(self):