ef66843718
Ispell 3.3 offers improved support for international languages, improved deformatting, and better support for compilation on Windows systems. All known security holes have been closed. A number of small bugs are also fixed.
22 lines
540 B
Text
22 lines
540 B
Text
$NetBSD: patch-ad,v 1.3 2005/07/07 12:42:20 markd Exp $
|
|
|
|
--- buildhash.c.orig 2005-04-28 12:26:06.000000000 +1200
|
|
+++ buildhash.c
|
|
@@ -248,7 +248,7 @@ static void output ()
|
|
{
|
|
register FILE * houtfile;
|
|
register struct dent * dp;
|
|
- unsigned long strptr;
|
|
+ PTRSIZE strptr;
|
|
int n;
|
|
unsigned int i;
|
|
int maxplen;
|
|
@@ -375,7 +375,7 @@ static void output ()
|
|
{
|
|
if (dp->next != 0)
|
|
{
|
|
- unsigned long x;
|
|
+ PTRSIZE x;
|
|
x = dp->next - hashtbl;
|
|
dp->next = (struct dent *)x;
|
|
}
|