diff --git a/de4dot.code/renamer/Module.cs b/de4dot.code/renamer/Module.cs index 233d42c7..369df002 100644 --- a/de4dot.code/renamer/Module.cs +++ b/de4dot.code/renamer/Module.cs @@ -147,7 +147,7 @@ namespace de4dot.renamer { } } } - if (newName == null) + if (newName == null || string.IsNullOrEmpty(oldName)) continue; bool isValid = false;