Opened 21 years ago
Last modified 21 years ago
#1448 closed Patch
Fix _UNICODE compilation of current cvs (& 2.2.1b)
Reported by: | puddle | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | puddle, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
...FileZilla_cvs_trunk\source\FtpListResult.cpp(527) :
error C2440: '=' : cannot convert from 'char [26]' to
'unsigned short *'
Relevant line is:
pStatus->status = "<Empty directory listing>";
and of course it should be:
pStatus->status = _T("<Empty directory listing>");
Note:
See TracTickets
for help on using tickets.
Thx