diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2012-10-14 17:50:53 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2012-10-14 17:50:53 +0000 |
commit | 64d17bdf1ae8c9ff22487df2202b4cd46d88b418 (patch) | |
tree | 55d2164d6870a4cec56e9b0bfec9a662c2dbad7d /plugins/SeenPlugin/src/file.cpp | |
parent | a890e2d9fb4a6c1888bf4c18822a6c57e27ec2ff (diff) |
* 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
Diffstat (limited to 'plugins/SeenPlugin/src/file.cpp')
-rw-r--r-- | plugins/SeenPlugin/src/file.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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);
}
|