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