From 0e8a4a6d2452bc57efe3dfddeb8759e9b0254eba Mon Sep 17 00:00:00 2001 From: hyzboy Date: Fri, 6 Mar 2020 23:27:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=A8=A1=E6=9D=BF=E5=87=BD?= =?UTF-8?q?=E6=95=B0ParseHexStr=E8=B0=83=E7=94=A8=E8=BD=AC=E6=8D=A2?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- inc/hgl/type/StrChar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/hgl/type/StrChar.h b/inc/hgl/type/StrChar.h index 930ca2c..2f57f88 100644 --- a/inc/hgl/type/StrChar.h +++ b/inc/hgl/type/StrChar.h @@ -2601,7 +2601,7 @@ namespace hgl template void ParseHexStr(HC &hc,const T *str) { - ParseHexStr((uint8 *)&hc,(const uint8 *)str,sizeof(HC)); + ParseHexStr((uint8 *)&hc,str,sizeof(HC)); } /**