diff options
Diffstat (limited to 'pcre_try_flipped.c')
-rw-r--r-- | pcre_try_flipped.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre_try_flipped.c b/pcre_try_flipped.c index 49887a5..606504c 100644 --- a/pcre_try_flipped.c +++ b/pcre_try_flipped.c @@ -129,7 +129,7 @@ if (study != NULL) *internal_study = *study; /* To copy other fields */ internal_study->size = byteflip(study->size, sizeof(study->size)); internal_study->flags = byteflip(study->flags, sizeof(study->flags)); - internal_study->minlength = byteflip(study->minlength, + internal_study->minlength = byteflip(study->minlength, sizeof(study->minlength)); } |