aqhome: use our own implementation of GWEN_Text_GetWordToBuffer().

use the same flags like the original function (maybe replace the
original function in gwen later).
This commit is contained in:
Martin Preuss
2024-05-17 17:16:20 +02:00
parent 2363535fe0
commit 66c583f866
2 changed files with 134 additions and 14 deletions

View File

@@ -143,7 +143,7 @@ int GWENHYWFAR_CB test4(GWEN_UNUSED GWEN_TEST_MODULE *mod)
" secondGroup { # here starts the 2nd group\n"
"# this is the second comment\n"
" int firstVarOfSecondGroup=\"1234\";\n"
" secondVarOfSecondGroup=\"secondValue\"\n"
" secondVarOfSecondGroup=\"s%65condValue\"\n"
" }\n"
"}";
const char *s;