diff options
author | George Hazan <george.hazan@gmail.com> | 2013-05-25 19:52:37 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-05-25 19:52:37 +0000 |
commit | 9721fd02c27175d58bda9a8368520695cdb15f6b (patch) | |
tree | 58c42e1558c50d8482845bb39709606a3f7d55f3 /include/m_pluginupdater.h | |
parent | f99fa6ff7f4b07c3f7306641114151d8c7049529 (diff) |
minor PU API fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@4824 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include/m_pluginupdater.h')
-rw-r--r-- | include/m_pluginupdater.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/m_pluginupdater.h b/include/m_pluginupdater.h index c0a897bda1..4854a09214 100644 --- a/include/m_pluginupdater.h +++ b/include/m_pluginupdater.h @@ -28,7 +28,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. typedef struct {
TCHAR *m_fileName;
DWORD m_zipCrc;
- char m_hash;
+ char m_hash[32+1];
+ BYTE m_selected;
}
PU_HASH_ITEM;
|