mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 01:05:46 -04:00
Core: Linux warning fixes
This commit is contained in:
@ -91,7 +91,7 @@ public:
|
||||
return static_cast<int>(ge.region);
|
||||
|
||||
case Column_Size:
|
||||
return ge.total_size;
|
||||
return static_cast<qulonglong>(ge.total_size);
|
||||
|
||||
default:
|
||||
return {};
|
||||
|
Reference in New Issue
Block a user