Ticket #1465: filezilla_unicode_status_1.patch
File filezilla_unicode_status_1.patch, 316 bytes (added by , 20 years ago) |
---|
-
StatusCtrl.cpp
old new 343 343 last_unicode = false; 344 344 } 345 345 else { 346 sprintf(buf, "\\u%d .", (signed short)x);346 sprintf(buf, "\\u%d", (signed short)x); 347 347 ustatus += buf; 348 348 last_unicode = true; 349 349 }