Index: src/ch/ShutdownDlg.cpp =================================================================== diff -u -rcb4e9d4b60d62b25ae2cf556c0642601af56c787 -r4fe995b304ea342b50293f92d3c1992b43b820f7 --- src/ch/ShutdownDlg.cpp (.../ShutdownDlg.cpp) (revision cb4e9d4b60d62b25ae2cf556c0642601af56c787) +++ src/ch/ShutdownDlg.cpp (.../ShutdownDlg.cpp) (revision 4fe995b304ea342b50293f92d3c1992b43b820f7) @@ -19,6 +19,7 @@ #include "stdafx.h" #include "ch.h" #include "ShutdownDlg.h" +#include "resource.h" #ifdef _DEBUG #define new DEBUG_NEW @@ -90,7 +91,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)