Opened 20 years ago

Last modified 20 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>");

Change History (1)

comment:1 by Tim Kosse, 20 years ago

Thx

Note: See TracTickets for help on using tickets.