diff --git a/code/nel/tools/3d/plugin_max/nel_export/nel_export_export.cpp b/code/nel/tools/3d/plugin_max/nel_export/nel_export_export.cpp index a41c3134c..3be72a9bb 100644 --- a/code/nel/tools/3d/plugin_max/nel_export/nel_export_export.cpp +++ b/code/nel/tools/3d/plugin_max/nel_export/nel_export_export.cpp @@ -265,7 +265,7 @@ bool CNelExport::exportAnim (const std::string &sPath, std::vector& vect { // try to get the prefix from the appData if present. If not, takes it from the node name nodeName = CExportNel::getScriptAppData (vectNode[n], NEL3D_APPDATA_INSTANCE_NAME, ""); - if (nodeName == "") // not found ? + if (nodeName.empty()) // not found ? { nodeName=CExportNel::getName (*vectNode[n]); }