diff options
author | George Hazan <ghazan@miranda.im> | 2019-06-06 20:15:07 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2019-06-06 20:15:07 +0300 |
commit | bca86ffd8fd66e71ca873e160d7bb4d35b7830d5 (patch) | |
tree | 97074e41dda95ad56ee2310cc6ffa6011d4b9e26 /plugins/Sessions/Src/Main.cpp | |
parent | c1a478e971db2e9c8836ec6fc2c7a26badaae7d2 (diff) |
Sessions: fix for a memory corruption issue
Diffstat (limited to 'plugins/Sessions/Src/Main.cpp')
-rw-r--r-- | plugins/Sessions/Src/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Sessions/Src/Main.cpp b/plugins/Sessions/Src/Main.cpp index 56d3d7bc6d..8a5ca2565b 100644 --- a/plugins/Sessions/Src/Main.cpp +++ b/plugins/Sessions/Src/Main.cpp @@ -28,7 +28,7 @@ bool g_hghostw; HWND hClistControl;
int g_ses_limit;
-size_t g_ses_count;
+int g_ses_count;
bool g_bExclHidden;
bool g_bWarnOnHidden;
bool g_bOtherWarnings;
|