From b7af6c9b7095aa1f2d44f5c8b4e5bed1456f8df7 Mon Sep 17 00:00:00 2001 From: j502647092 Date: Tue, 4 Aug 2015 20:51:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=82=E6=AD=A5=E8=8E=B7=E5=8F=96=E7=BD=91?= =?UTF-8?q?=E9=A1=B5=E6=97=B6=20=E8=BF=94=E5=9B=9E=E5=80=BC=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E4=B8=BAnull...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CTZLauncher/HttpHelper.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CTZLauncher/HttpHelper.cs b/CTZLauncher/HttpHelper.cs index cdef5c1..b4ea1fe 100644 --- a/CTZLauncher/HttpHelper.cs +++ b/CTZLauncher/HttpHelper.cs @@ -76,7 +76,7 @@ namespace CityCraft while (readyState != HttpReadyState.完成) { this.DoEvent(); } return responseBody; } - return string.Empty; + return null; } ///