mirror of
https://github.com/audacity/linuxdeploy.git
synced 2026-06-30 01:15:49 -05:00
Fix semantics of isEmpty()
This commit is contained in:
@@ -24,7 +24,7 @@ public:
|
||||
|
||||
public:
|
||||
bool isEmpty() {
|
||||
return path.empty();
|
||||
return sections.empty();
|
||||
}
|
||||
|
||||
void assertPathIsNotEmptyAndFileExists() {
|
||||
|
||||
Reference in New Issue
Block a user