Skip to content

Commit

Permalink
Fixing DLLModGenerator.
Browse files Browse the repository at this point in the history
  • Loading branch information
MainMemory committed Mar 11, 2015
1 parent 25c04ff commit 49a75d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DLLModGenerator/IniData.cs
Expand Up @@ -159,7 +159,7 @@ public override string ToString()
{
StringBuilder sb = new StringBuilder(Export);
if (Index.HasValue)
sb.Append(Index.Value);
sb.AppendFormat("[{0}]", Index.Value);
if (!string.IsNullOrEmpty(Field))
sb.AppendFormat("->{0}", Field);
return sb.ToString();
Expand Down

0 comments on commit 49a75d8

Please sign in to comment.