From ba34663313e813451f066e13878ac789d37b27a5 Mon Sep 17 00:00:00 2001 From: Fridrich Štrba Date: Fri, 24 Jun 2011 07:58:24 +0200 Subject: OOps, typo --- libvisio/libvisio-0.0.1-warnings.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvisio') diff --git a/libvisio/libvisio-0.0.1-warnings.patch b/libvisio/libvisio-0.0.1-warnings.patch index baa7a911a793..12b128f84096 100644 --- a/libvisio/libvisio-0.0.1-warnings.patch +++ b/libvisio/libvisio-0.0.1-warnings.patch @@ -149,7 +149,7 @@ int index = -1; - for (int i = 0; (index < 0) && handlers[i].type; i++) -+ for (int j = 0; (index < 0) && handlers[j].type; i++) ++ for (int j = 0; (index < 0) && handlers[j].type; j++) { - if (handlers[i].type == ptrType) - index = i; -- cgit v1.2.3