summaryrefslogtreecommitdiff
path: root/plugins/!NotAdopted/Skype/debug.c
diff options
context:
space:
mode:
authorAlexander Gluzsky <sss123next@list.ru>2012-10-16 19:50:18 +0000
committerAlexander Gluzsky <sss123next@list.ru>2012-10-16 19:50:18 +0000
commit5c2ed5cd648367117e690864e79582916463c0e4 (patch)
tree51c035ba6efba82deda7e82cc6907d51cdab9a95 /plugins/!NotAdopted/Skype/debug.c
parentee854715a0f8589b312599dfead0cd3609a28cb7 (diff)
adaptation
git-svn-id: http://svn.miranda-ng.org/main/trunk@1964 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
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);