diff options
author | zherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2011-12-28 08:38:29 +0000 |
---|---|---|
committer | zherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15> | 2011-12-28 08:38:29 +0000 |
commit | 7f964aca92a441e825ef639718fa4aaddc686b5f (patch) | |
tree | aa27923d60337856e00616e74dd300142d44406b /pcre_printint.c | |
parent | 79880968a01921b9884edf78c1bd6144ec0d01ad (diff) | |
download | pcre16.tar.gz |
JIT compiler copyright info updated and several tests added for testing horizontal/vertical spacespcre16
git-svn-id: svn://vcs.exim.org/pcre/code/branches/pcre16@833 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'pcre_printint.c')
-rw-r--r-- | pcre_printint.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcre_printint.c b/pcre_printint.c index b37a3a4..7c29fc0 100644 --- a/pcre_printint.c +++ b/pcre_printint.c @@ -630,11 +630,11 @@ for(;;) } else { - ccode += 1 + print_char(f, ccode, TRUE); + ccode += 1 + print_char(f, ccode, utf); if (ch == XCL_RANGE) { fprintf(f, "-"); - ccode += 1 + print_char(f, ccode, TRUE); + ccode += 1 + print_char(f, ccode, utf); } } } |