From 27fdbe2b6034c07f15dfd410ddc71ddf60e765e4 Mon Sep 17 00:00:00 2001 From: akpaevj Date: Thu, 14 Mar 2024 14:43:31 +0300 Subject: [PATCH] d --- Common/BytesHelper.sbsl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/BytesHelper.sbsl b/Common/BytesHelper.sbsl index c231e4c..9ccd430 100644 --- a/Common/BytesHelper.sbsl +++ b/Common/BytesHelper.sbsl @@ -11,7 +11,7 @@ method IndexOf(Data1: Bytes, Data2: Bytes): Number // doesn't match pattern StartIndex = -1 Data2Index = 0 - continue + break ; if Data1Char == Data2Char