]> git.pld-linux.org Git - packages/xbase64.git/commitdiff
- one more fix: redefined variable in dumprecs master auto/th/xbase64-3.1.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 5 Jan 2013 18:33:50 +0000 (19:33 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 5 Jan 2013 18:33:50 +0000 (19:33 +0100)
xbase64-fix.patch

index 70355c4c770a641d578e463d1aec67bacefacb08..31a031defbedad8d142023dcc75e7330d221dfc1 100644 (file)
  
  void xbNodeLink::AddNode(xbNodeLink* node)
  {
+--- xbase64-3.1.2/bin/dumprecs.cpp.orig        2004-03-25 16:58:24.000000000 +0100
++++ xbase64-3.1.2/bin/dumprecs.cpp     2013-01-05 19:31:58.354017486 +0100
+@@ -84,9 +84,9 @@
+     }
+     std::cout << "Processing file sequentially from beginning..." << std::endl;
+-    int i = 0;
+-    while(i<MyFile.NoOfRecords()){
+-      rc = MyFile.DumpRecord(++i);
++    int j = 0;
++    while(j<MyFile.NoOfRecords()){
++      rc = MyFile.DumpRecord(++j);
+       if( rc != XB_NO_ERROR )
+         x.DisplayError( rc );
+     }
This page took 0.089224 seconds and 4 git commands to generate.