diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-26 18:32:51 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-05-26 18:32:51 +0000 |
commit | 17f839d0a607c05ae390d6306d81ecea19c7ea45 (patch) | |
tree | f196352e1f4f819ac3ac3f95c0c0810d5cc9fceb /plugins/Svc_vi/CVersionInfo.cpp | |
parent | 8b437fdb2e61c4f94e01eb727f6a4c68ba12c0b7 (diff) |
Svc_vi x64 compilation fix, Db_autobackups header returned
git-svn-id: http://svn.miranda-ng.org/main/trunk@185 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Svc_vi/CVersionInfo.cpp')
-rw-r--r-- | plugins/Svc_vi/CVersionInfo.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/Svc_vi/CVersionInfo.cpp b/plugins/Svc_vi/CVersionInfo.cpp index 9a29a010a4..8d49f8a3dd 100644 --- a/plugins/Svc_vi/CVersionInfo.cpp +++ b/plugins/Svc_vi/CVersionInfo.cpp @@ -263,6 +263,8 @@ end: pop eax
}
szName[SIZEOF(szName) - 1] = '\0';
+ #else
+ szName[0] = 0;
#endif
if ( !szName[0] )
|