This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
Register
Sign In
youys
/
shadowsocks-windows
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
67
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Merge pull request
#436
from NanaLich/master
Master
tags/3.0
Gang Zhuo
9 years ago
parent
b07951132f
bf596a7d17
commit
fd67708f15
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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('=');
Write
Preview
Loading…
Cancel
Save