Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

shellext: eliminate inconsistency in size definition

Changeset 740b548daa93

Parent 1907f26c4132

by Adrian Buehlmann

Changes to one file · Browse files at 740b548daa93 Showing diff from parent 1907f26c4132 Diff from another changeset...

 
100
101
102
103
 
104
105
106
 
100
101
102
 
103
104
105
106
@@ -100,7 +100,7 @@
  return 0;     BYTE Data[MAX_PATH] = ""; - DWORD cbData = MAX_PATH * sizeof(char); + DWORD cbData = MAX_PATH * sizeof(BYTE);     rv = RegQueryValueExA(   hkey, name.c_str(), 0, 0, Data, &cbData);