summaryrefslogtreecommitdiff
path: root/libvisio
diff options
context:
space:
mode:
Diffstat (limited to 'libvisio')
-rw-r--r--libvisio/libvisio-0.0.1-warnings.patch2
1 files changed, 1 insertions, 1 deletions
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;