mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-19 02:30:35 +03:00
constVariablePointer
This commit is contained in:
@@ -254,8 +254,8 @@ void roseFlushLastByteHistory(const struct RoseEngine *t,
|
||||
return;
|
||||
}
|
||||
|
||||
struct RoseContext *tctxt = &scratch->tctxt;
|
||||
struct core_info *ci = &scratch->core_info;
|
||||
const struct RoseContext *tctxt = &scratch->tctxt;
|
||||
const struct core_info *ci = &scratch->core_info;
|
||||
|
||||
/* currEnd is last byte of string + 1 */
|
||||
if (tctxt->lastEndOffset == ci->buf_offset + ci->len
|
||||
|
||||
Reference in New Issue
Block a user