From e03ec21f4b22bd6e11e99166476eaa574ff6be7c Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Mon, 24 Feb 2025 14:44:30 +0600 Subject: [PATCH] Fixed return value of one function --- source/libublsettings.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/libublsettings.c b/source/libublsettings.c index c3e0885..b08ab89 100644 --- a/source/libublsettings.c +++ b/source/libublsettings.c @@ -485,11 +485,11 @@ int yon_char_check_begins_with(char *haystack, char *needle){ int size = strlen(needle); for (int i=0;i