limex: make NFAAccept::squash rel to LimEx base

This commit is contained in:
Justin Viiret
2016-09-05 09:56:58 +10:00
committed by Matthew Barr
parent 77fe1ef6e5
commit 5e3fa7a266
3 changed files with 15 additions and 21 deletions

View File

@@ -192,7 +192,7 @@ struct NFAAccept {
*/
u32 reports;
u32 squash; //!< Offset into squash masks, or MO_INVALID_IDX.
u32 squash; //!< Offset (from LimEx) into squash masks, or MO_INVALID_IDX.
};
#endif