mirror of
https://github.com/transmission/transmission.git
synced 2026-05-08 09:39:08 +01:00
(trunk gtk) #3396 "Not UTF-8 aware string truncation" -- fixed
This commit is contained in:
@@ -1714,7 +1714,7 @@ typedef struct tr_stat
|
||||
|
||||
/** A warning or error message regarding the torrent.
|
||||
@see error */
|
||||
char errorString[128];
|
||||
char errorString[512];
|
||||
|
||||
/** When tr_stat.status is TR_STATUS_CHECK or TR_STATUS_CHECK_WAIT,
|
||||
this is the percentage of how much of the files has been
|
||||
|
||||
Reference in New Issue
Block a user