[Libreoffice-commits] .: libvisio/libvisio-0.0.1-warnings.patch

Fridrich Strba fridrich at kemper.freedesktop.org
Thu Jun 23 22:58:34 PDT 2011


 libvisio/libvisio-0.0.1-warnings.patch |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 160bb490e3b071d4a5364db59bf8fae00434e463
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Fri Jun 24 07:58:24 2011 +0200

    OOps, typo

diff --git a/libvisio/libvisio-0.0.1-warnings.patch b/libvisio/libvisio-0.0.1-warnings.patch
index baa7a91..12b128f 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;


More information about the Libreoffice-commits mailing list