From: G.E Date: Wed, 8 May 2024 21:12:30 +0000 (+0300) Subject: test comment X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf6f095a1fa5e39073a7bd142a474ed65cea500e;p=thirdparty%2Fvectorscan.git test comment --- diff --git a/src/rose/rose_build_add_mask.cpp b/src/rose/rose_build_add_mask.cpp index aa36ecd3..15a58374 100644 --- a/src/rose/rose_build_add_mask.cpp +++ b/src/rose/rose_build_add_mask.cpp @@ -302,6 +302,7 @@ unique_ptr buildMaskLhs(bool anchored, u32 prefix_len, assert(prefix_len); assert(mask.size() >= prefix_len); + /* just a comment to test something in the build */ NFAVertex lpreds = anchored ? lhs->start : lhs->startDs; u32 m_idx = 0;