[Modify] Replace it

This commit is contained in:
sta 2019-01-06 17:17:54 +09:00
parent e7b2b1d0e7
commit 17dfa0bea7

View File

@ -219,7 +219,7 @@ namespace WebSocketSharp.Net
continue; continue;
} }
if (!Char.IsDigit (c)) { if (!isNumeric (c)) {
state = 2; state = 2;
continue; continue;
} }