Fixed creation of ed2k links with source or crypt options with wx 2.9 (solving issue... amule-svn-r10568
commit854574569e17c1d6c5719426fe4f9926e28cb1a0
authorupstream svn <svn@amule.org>
Sun, 22 May 2011 11:25:53 +0000 (22 11:25 +0000)
committerDévai Tamás <gonosztopi@amule.org>
Sun, 22 May 2011 11:41:45 +0000 (22 11:41 +0000)
tree9c1e46d7095189eba33b2c1ac1d19c7e958303e7
parente168f0fd501b8d6079dfd3610078dba6c4240814
Fixed creation of ed2k links with source or crypt options with wx 2.9  (solving issue #1671)

uint8 behaves as unsigned char with wx 2.9. So "wxString << uint8" appends a (probably strange) char instead of a number.
I wonder why this works with wx 2.8.
.svn-revision
src/amuleAppCommon.cpp