Skip to content

Commit 89100a8

Browse files
committed
Fix typo
Fix typo
1 parent 75b2133 commit 89100a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎ShadowsocksX-NG/ProxyConfHelper.m‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ + (void)disableProxy:(NSString*) PACFilePath {
158158
+ (NSString*)startPACServer:(NSString*) PACFilePath {
159159
//接受参数为以后使用定制PAC文件
160160
NSData * originalPACData;
161-
if (![PACFilePath isEqual: @"hi"]) {//用默认路径来代替
161+
if ([PACFilePath isEqual: @"hi"]) {//用默认路径来代替
162162
PACFilePath = [NSString stringWithFormat:@"%@/%@", NSHomeDirectory(), @".ShadowsocksX-NG/gfwlist.js"];
163163
originalPACData = [NSData dataWithContentsOfFile: [NSString stringWithFormat:@"%@/%@", NSHomeDirectory(), @".ShadowsocksX-NG/gfwlist.js"]];
164164
}else{//用定制路径来代替

0 commit comments

Comments
 (0)