RE: msi: make the WriteEnvironmentStrings handling of [~] a bit better
17 Oct
2007
17 Oct
'07
8:06 p.m.
The compiler complains at this line about lstrlenW being passed an incompatible pointer type + else if (lstrlenW(value) >= prefix_len) should it be lstrlenW(*value) ? _________________________________________________________________ Climb to the top of the charts! Play Star Shuffle: the word scramble challenge with star power. http://club.live.com/star_shuffle.aspx?icid=starshuffle_wlmailtextlink_oct
17 Oct
17 Oct
9:12 p.m.
New subject: msi: make the WriteEnvironmentStrings handling of [~] a bit better
EA Durbin wrote:
The compiler complains at this line about lstrlenW being passed an incompatible pointer type
+ else if (lstrlenW(value) >= prefix_len)
should it be lstrlenW(*value) ?
Thanks for noticing it. Mikołaj Zalewski
6720
Age (days ago)
6720
Last active (days ago)
1 comments
2 participants
participants (2)
-
EA Durbin -
Mikolaj Zalewski