summaryrefslogtreecommitdiff
path: root/plugins/!NotAdopted/Skype/debug.c
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-07-29 12:02:39 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-07-29 12:02:39 +0000
commit837ba88833d864c06ee5d6110a570387a1f37d48 (patch)
tree722331fe8d20c8e50fee0d2a66c94ab152f64b91 /plugins/!NotAdopted/Skype/debug.c
parent4579351044c7c214e44c35816a9ac0934b7ecdf4 (diff)
Skype: updated to the latest sources
git-svn-id: http://svn.miranda-ng.org/main/trunk@1240 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/!NotAdopted/Skype/debug.c')
-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 a1267d8d8a..a5d7067e8e 100644
--- a/plugins/!NotAdopted/Skype/debug.c
+++ b/plugins/!NotAdopted/Skype/debug.c
@@ -18,7 +18,7 @@
extern char g_szProtoName[];
static CRITICAL_SECTION m_WriteFileMutex;
-static FILE *m_fpLogFile = INVALID_HANDLE_VALUE;
+static FILE *m_fpLogFile = NULL;
static char *m_szLogBuf = NULL;
static DWORD m_iBufSize = 0;