Index: src/ch/ShutdownDlg.cpp =================================================================== diff -u -rcb4e9d4b60d62b25ae2cf556c0642601af56c787 -r44a2ec5f1eb0a435b56daef42ef5fe3b7a91da0d --- src/ch/ShutdownDlg.cpp (.../ShutdownDlg.cpp) (revision cb4e9d4b60d62b25ae2cf556c0642601af56c787) +++ src/ch/ShutdownDlg.cpp (.../ShutdownDlg.cpp) (revision 44a2ec5f1eb0a435b56daef42ef5fe3b7a91da0d) @@ -90,7 +90,7 @@ void CShutdownDlg::FormatTimeString(int iTime, CString *pstrData) { - pstrData->Format(_T("%lu s."), iTime/1000); + pstrData->Format(_T("%d s."), iTime/1000); } void CShutdownDlg::SetOverallTime(int iTotalSeconds)