修复bug和新增部分功能
This commit is contained in:
@@ -38,7 +38,7 @@ public class IniHelper
|
||||
public string IniReadValue(string section, string key)
|
||||
{
|
||||
var temp = new StringBuilder(255);
|
||||
var i = GetPrivateProfileString(section, key, "", temp, 255, path);
|
||||
GetPrivateProfileString(section, key, "", temp, 255, path);
|
||||
return temp.ToString();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user