3324c46fc5
Changes are large and can be found at http://www.w3.org/Amaya/User/New.html. This update also fixes an ancient security vulnerability and makes the package build on amd64.
13 lines
611 B
Text
13 lines
611 B
Text
$NetBSD: patch-ao,v 1.1 2008/09/11 04:22:50 dholland Exp $
|
|
|
|
--- ../thotlib/base/structlist.c~ 2008-01-21 06:24:18.000000000 -0500
|
|
+++ ../thotlib/base/structlist.c 2008-09-08 05:45:32.000000000 -0400
|
|
@@ -577,7 +577,7 @@ static void WrTree (PtrElement pNode, in
|
|
switch (pAttr1->AttrType)
|
|
{
|
|
case AtNumAttr:
|
|
- fprintf (fileDescriptor, "%d", pAttr->AeAttrValue);
|
|
+ fprintf (fileDescriptor, "%lld", (long long) pAttr->AeAttrValue);
|
|
break;
|
|
case AtTextAttr:
|
|
if (pAttr->AeAttrText)
|