Compilation warning fixed.
authorcvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 12 Jul 2010 13:53:29 +0000 (13:53 +0000)
committercvetan <cvetan@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 12 Jul 2010 13:53:29 +0000 (13:53 +0000)
MONITOR/alionlinemonitor.cxx

index 22452bf6c25091ef6bf2d8b5f54a24d781543a86..eab7195a107dd6b728498225edd93f6a0edf4457 100644 (file)
@@ -60,7 +60,7 @@ int main(int argc, char **argv)
     TString sqlQuery;
     TTimeStamp ts;
     sqlQuery.Form("SELECT run FROM logbook WHERE DAQ_time_start > %u AND DAQ_time_end IS NULL AND partition REGEXP 'PHYSICS.*'",
-                 ts.GetSec()-86400);
+                 (UInt_t)ts.GetSec()-86400);
     TSQLResult* result = server->Query(sqlQuery);
     if (!result)
     {