Index: /trunk/FACT++/src/root2csv.cc
===================================================================
--- /trunk/FACT++/src/root2csv.cc	(revision 19802)
+++ /trunk/FACT++/src/root2csv.cc	(revision 19803)
@@ -747,5 +747,5 @@
     vector<ofstream> outfiles;
 
-    if (split,empty())
+    if (split.empty())
     {
         TString path(out.c_str());
@@ -821,5 +821,5 @@
     {
         cout << "\nTotal: N=" << count << " out of " << num << " row(s) written [N=" << first << ".." << num-1 << "]." << endl;
-        for (int i=0; i<num_split; i++)
+        for (int i=0; i<split.size(); i++)
             cout << "File " << i << ": nrows=" << ncount[i] << '\n';
         cout << '\n';
