We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f55f38b commit 2b77954Copy full SHA for 2b77954
1 file changed
ImGuiFileDialog.cpp
@@ -2042,9 +2042,9 @@ std::string IGFD::FileManager::m_FormatFileSize(size_t vByteSize) {
2042
return m_RoundNumber(v / ko, 2) + " " + fileSizeMegaBytes; // Mo
2043
else
2044
return m_RoundNumber(v / mo, 2) + " " + fileSizeGigaBytes; // Go
2045
- }
+ }
2046
2047
- return "";
+ return "0 " fileSizeBytes;
2048
}
2049
2050
void IGFD::FileManager::m_CompleteFileInfos(const std::shared_ptr<FileInfos>& vInfos) {
0 commit comments