(Fix) Chancing base space when empty

This commit is contained in:
mikx 2019-03-09 16:45:29 -05:00
parent ec4a7f6bd7
commit ea96f670cd
7 changed files with 7 additions and 7 deletions

View File

@ -84,7 +84,7 @@ namespace PoE_MxFilterGen
}
}
if (iB == null) { iB = @""""""; }
if (iB == null) { iB = @" """""; }
string fn = @"gen\" + section + ".filter";
File.AppendAllText(fn, string.Format("# Section: {0}", section) + Environment.NewLine, Encoding.UTF8);
File.AppendAllText(fn, "" + Environment.NewLine, Encoding.UTF8);

View File

@ -85,7 +85,7 @@ namespace PoE_MxFilterGen
}
}
if (iB == null) { iB = @""""""; }
if (iB == null) { iB = @" """""; }
string fn = @"gen\" + section + ".filter";
File.AppendAllText(fn, string.Format("# Section: {0}", section) + Environment.NewLine, Encoding.UTF8);
File.AppendAllText(fn, "" + Environment.NewLine, Encoding.UTF8);

View File

@ -85,7 +85,7 @@ namespace PoE_MxFilterGen
}
}
if (iB == null) { iB = @""""""; }
if (iB == null) { iB = @" """""; }
string fn = @"gen\" + section + ".filter";
File.AppendAllText(fn, string.Format("# Section: {0}", section) + Environment.NewLine, Encoding.UTF8);
File.AppendAllText(fn, "" + Environment.NewLine, Encoding.UTF8);

View File

@ -85,7 +85,7 @@ namespace PoE_MxFilterGen
}
}
if (iB == null) { iB = @""""""; }
if (iB == null) { iB = @" """""; }
string fn = @"gen\" + section + ".filter";
File.AppendAllText(fn, string.Format("# Section: {0}", section) + Environment.NewLine, Encoding.UTF8);
File.AppendAllText(fn, "" + Environment.NewLine, Encoding.UTF8);

View File

@ -85,7 +85,7 @@ namespace PoE_MxFilterGen
}
}
if (iB == null) { iB = @""""""; }
if (iB == null) { iB = @" """""; }
string fn = @"gen\" + section + ".filter";
File.AppendAllText(fn, string.Format("# Section: {0}", section) + Environment.NewLine, Encoding.UTF8);
File.AppendAllText(fn, "" + Environment.NewLine, Encoding.UTF8);

View File

@ -85,7 +85,7 @@ namespace PoE_MxFilterGen
}
}
if (iB == null) { iB = @""""""; }
if (iB == null) { iB = @" """""; }
string fn = @"gen\" + section + ".filter";
File.AppendAllText(fn, string.Format("# Section: {0}", section) + Environment.NewLine, Encoding.UTF8);
File.AppendAllText(fn, "" + Environment.NewLine, Encoding.UTF8);

View File

@ -85,7 +85,7 @@ namespace PoE_MxFilterGen
}
}
if (iB == null) { iB = @""""""; }
if (iB == null) { iB = @" """""; }
string fn = @"gen\" + section + ".filter";
File.AppendAllText(fn, string.Format("# Section: {0}", section) + Environment.NewLine, Encoding.UTF8);
File.AppendAllText(fn, "" + Environment.NewLine, Encoding.UTF8);