Browse Source

Merge pull request #436 from NanaLich/master

Master
tags/3.0
Gang Zhuo 9 years ago
parent
commit
fd67708f15
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;
while ((line = sr.ReadLine()) != null)
{
if (line[0] == '#')
if (line == "" || line[0] == '#')
continue;
var pos = line.IndexOf('=');


Loading…
Cancel
Save