util/{Const,Writable}Buffer, ...: rename IsEmpty() to empty(), imitating STL
This commit is contained in:
@@ -109,7 +109,7 @@ tag_file_scan(Path path, TagBuilder &builder)
|
||||
if (!tag_file_scan(path, full_tag_handler, &builder))
|
||||
return false;
|
||||
|
||||
if (builder.IsEmpty())
|
||||
if (builder.empty())
|
||||
ScanGenericTags(path, full_tag_handler, &builder);
|
||||
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user