[Pcre-svn] [1580] code/trunk/pcre_jit_compile.c: Fix typo in…

トップ ページ
このメッセージを削除
著者: Subversion repository
日付:  
To: pcre-svn
題目: [Pcre-svn] [1580] code/trunk/pcre_jit_compile.c: Fix typo in JIT.
Revision: 1580
          http://vcs.pcre.org/viewvc?view=rev&revision=1580
Author:   zherczeg
Date:     2015-07-22 07:45:12 +0100 (Wed, 22 Jul 2015)
Log Message:
-----------
Fix typo in JIT.


Modified Paths:
--------------
    code/trunk/pcre_jit_compile.c


Modified: code/trunk/pcre_jit_compile.c
===================================================================
--- code/trunk/pcre_jit_compile.c    2015-07-21 13:47:22 UTC (rev 1579)
+++ code/trunk/pcre_jit_compile.c    2015-07-22 06:45:12 UTC (rev 1580)
@@ -3234,7 +3234,7 @@
   {
   if (*rec_count == 0)
     return 0;
-  rec_count--;
+  (*rec_count)--;


last = TRUE;
any = FALSE;