Browse Source

Merge branch 'working'

tags/3.0
Licshee 9 years ago
parent
commit
bf596a7d17
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      shadowsocks-csharp/Controller/I18N.cs

+ 1
- 1
shadowsocks-csharp/Controller/I18N.cs View File

@@ -21,7 +21,7 @@ namespace Shadowsocks.Controller
string line; string line;
while ((line = sr.ReadLine()) != null) while ((line = sr.ReadLine()) != null)
{ {
if (line[0] == '#')
if (line == "" || line[0] == '#')
continue; continue;
var pos = line.IndexOf('='); var pos = line.IndexOf('=');


Loading…
Cancel
Save