mirror of
https://github.com/bobranten/Ext4Fsd.git
synced 2025-10-30 05:18:31 -05:00
added some typecasts to avoid compiler warnings
This commit is contained in:
@@ -507,7 +507,7 @@ void Ext2Log(DWORD ll, char *fn, int ln, char *format, ... )
|
||||
GetLocalTime(&st);
|
||||
sprintf_s(s, 256, "%2.2u:%2.2u:%2.2u (%x): ", st.wHour,
|
||||
st.wMinute, st.wSecond, GetCurrentThreadId());
|
||||
i = strlen(s);
|
||||
i = (int)strlen(s);
|
||||
}
|
||||
|
||||
/* write user message to buffer s */
|
||||
|
||||
Reference in New Issue
Block a user