diff options
author | Szymon Tokarz <wsx22@o2.pl> | 2015-06-26 13:57:26 +0000 |
---|---|---|
committer | Szymon Tokarz <wsx22@o2.pl> | 2015-06-26 13:57:26 +0000 |
commit | b7a7d90f054d48dfda64e8a11d4f5cbb3fe2a521 (patch) | |
tree | ab0605c7664ee6245f16ffc15f7357ec3fcb1a16 /plugins/MirFox/src/lib | |
parent | 6a0fc0e0505a038b76f15ff47a3f12ff3bec3fd7 (diff) |
MirFox
- fix Options Contacts list checking
(use EMPTY_EXTRA_ICON from m_extraicons.h instead of 0xFF)
- minor fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@14399 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirFox/src/lib')
-rw-r--r-- | plugins/MirFox/src/lib/MirFoxCommons_sharedMemory.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirFox/src/lib/MirFoxCommons_sharedMemory.h b/plugins/MirFox/src/lib/MirFoxCommons_sharedMemory.h index c488268ee6..8ccc1494cf 100644 --- a/plugins/MirFox/src/lib/MirFoxCommons_sharedMemory.h +++ b/plugins/MirFox/src/lib/MirFoxCommons_sharedMemory.h @@ -105,7 +105,7 @@ public: void updateCsmTimestamp(boost::interprocess::windows_shared_memory& updateCsm, uint16_t processCsmId);
- //dla wszystkich innych rekord�w w csm w statusie W, sprawdza czy rekord w csm nie jest przeterminowany jeli tak to go usuwa
+ //for every other CSM records with 'W' status, check if record is outdated, if yes then delete this record
void checkAnotherCsm(boost::interprocess::windows_shared_memory& checkedCsm, uint16_t processCsmId);
//unload and free shared memory records and structures
|