mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-03-01 12:00:48 +00:00
Explicitly specify signed
modifier for char
type
This commit is contained in:
parent
fc7dcd0360
commit
bf0ad9e7ca
@ -148,7 +148,7 @@ enum LocationType {
|
||||
SecureFileLocation = 0xcbc7ee28, // mtpc_inputSecureFileLocation
|
||||
};
|
||||
|
||||
enum FileStatus : char {
|
||||
enum FileStatus : signed char {
|
||||
FileDownloadFailed = -2,
|
||||
FileUploadFailed = -1,
|
||||
FileReady = 1,
|
||||
|
Loading…
Reference in New Issue
Block a user