Index: trunk/FACT++/src/fits2sql.cc
===================================================================
--- trunk/FACT++/src/fits2sql.cc	(revision 19164)
+++ trunk/FACT++/src/fits2sql.cc	(revision 19165)
@@ -682,5 +682,5 @@
     catch (const exception &e)
     {
-        cerr << "DELETE FROM `"+table+"` WHERE 1" << where << "\n\n";
+        cerr << "DELETE FROM `" << table << "` WHERE 1" << where << "\n\n";
         cerr << "SQL query failed: " << e.what() << endl;
         return 8;
@@ -688,5 +688,5 @@
 
     if (print_delete)
-        cout << "DELETE FROM `"+table+"` WHERE 1" << where << endl;
+        cout << "DELETE FROM `" << table << "` WHERE 1" << where << endl;
 
     // -------------------------------------------------------------------------
