From 64d17bdf1ae8c9ff22487df2202b4cd46d88b418 Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Sun, 14 Oct 2012 17:50:53 +0000 Subject: * fixed popup crash * changed client info for MSN to use MirVer * minor cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@1935 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SeenPlugin/src/file.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/SeenPlugin/src/file.cpp') diff --git a/plugins/SeenPlugin/src/file.cpp b/plugins/SeenPlugin/src/file.cpp index 77cf31d373..b6e004897c 100644 --- a/plugins/SeenPlugin/src/file.cpp +++ b/plugins/SeenPlugin/src/file.cpp @@ -78,7 +78,7 @@ void FileWrite(HANDLE hcontact) db_free(&dbv); SetFilePointer(fhout,0,0,FILE_END); - if ( !DBGetContactSettingTString(NULL, S_MOD," FileStamp", &dbv)) { + if ( !DBGetContactSettingTString(NULL, S_MOD,"FileStamp", &dbv)) { _tcscpy(szout, ParseString(dbv.ptszVal, hcontact, 1)); db_free(&dbv); } -- cgit v1.2.3