$NetBSD: patch-ad,v 1.1 2005/10/28 03:53:34 itohy Exp $

--- src/format/data.c.orig	Fri Apr  2 11:36:14 2004
+++ src/format/data.c	Fri Oct 28 11:19:18 2005
@@ -595,6 +595,7 @@ bool FormatDataEqual (FormatData *data1,
 	unsigned *longData;
 	unsigned shortLength;
 	unsigned longLength;
+	int i = 0;
 
 	/* Sort the short and long data out, then compare upto the length of the
 		short data, then check the remainder of the long word to make sure it's 0 */
@@ -610,8 +611,6 @@ bool FormatDataEqual (FormatData *data1,
 		shortLength = data2->wordCount;
 		longLength = data1->wordCount;
 	}
-	
-	int i = 0;
 
 	while (i < shortLength && equal)
 	{
