summaryrefslogtreecommitdiff
path: root/plugins/!NotAdopted/Skype/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/!NotAdopted/Skype/debug.c')
-rwxr-xr-x[-rw-r--r--]plugins/!NotAdopted/Skype/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/!NotAdopted/Skype/debug.c b/plugins/!NotAdopted/Skype/debug.c
index a5d7067e8e..879f53b694 100644..100755
--- a/plugins/!NotAdopted/Skype/debug.c
+++ b/plugins/!NotAdopted/Skype/debug.c
@@ -45,7 +45,7 @@ void do_log(const char *pszFormat, ...) {
char *ct, *pNewBuf;
va_list ap;
time_t lt;
- int iLen;
+ INT64 iLen;
if (!m_szLogBuf || !m_fpLogFile) return;
EnterCriticalSection(&m_WriteFileMutex);