Squash more compiler warnings

This commit is contained in:
Bill Somerville
2021-04-14 23:41:52 +01:00
parent 8de93a5330
commit 583b4aa21a
4 changed files with 5 additions and 9 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ void CPlotter::UTCstr()
ihr=imin/60;
imin=imin % 60;
}
sprintf(m_sutc,"%2.2d:%2.2d",ihr,imin);
m_sutc = QString {"%1:%2"}.arg (ihr, 2).arg (imin, 2);
}
void CPlotter::DrawOverlay() //DrawOverlay()