From 5ea12c5eca0f2733467cfe3a1716e276ba685a75 Mon Sep 17 00:00:00 2001 From: sta Date: Sun, 21 Oct 2018 22:10:07 +0900 Subject: [PATCH] [Modify] Replace it --- websocket-sharp/Net/HttpUtility.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/websocket-sharp/Net/HttpUtility.cs b/websocket-sharp/Net/HttpUtility.cs index 26fd90e1..ff242541 100644 --- a/websocket-sharp/Net/HttpUtility.cs +++ b/websocket-sharp/Net/HttpUtility.cs @@ -1255,7 +1255,7 @@ namespace WebSocketSharp.Net throw new ArgumentOutOfRangeException ("count"); return count > 0 - ? InternalUrlDecodeToBytes (bytes, offset, count) + ? urlDecodeToBytes (bytes, offset, count) : new byte[0]; }