]> git.lizzy.rs Git - minetest.git/blobdiff - src/nodemetadata.cpp
Add '/clearobjects quick'
[minetest.git] / src / nodemetadata.cpp
index 9c74dcd28cdb4616a28c6475ccd352f124e7d7e4..126889ecf28752ec1ded7fd21a4a3bffc83d50b0 100644 (file)
@@ -120,7 +120,7 @@ void NodeMetadataList::deSerialize(std::istream &is, IItemDefManager *item_def_m
        }
 
        if (version != 1) {
-               std::string err_str = std::string(__FUNCTION_NAME)
+               std::string err_str = std::string(FUNCTION_NAME)
                        + ": version " + itos(version) + " not supported";
                infostream << err_str << std::endl;
                throw SerializationError(err_str);