From b7a7d90f054d48dfda64e8a11d4f5cbb3fe2a521 Mon Sep 17 00:00:00 2001 From: Szymon Tokarz Date: Fri, 26 Jun 2015 13:57:26 +0000 Subject: 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 --- plugins/MirFox/src/lib/MirFoxCommons_sharedMemory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/MirFox/src/lib') 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 -- cgit v1.2.3