Ticket #54720: patch-re.c.diff
File patch-re.c.diff, 365 bytes (added by mtn88 (Max), 7 years ago) |
---|
-
re.c
old new 512 512 signal(SIGINT, jmpproc); 513 513 for (spos = start; spos <= end; spos++) { 514 514 /* if (bregexec(spos, smem)) { */ 515 if (*s_end = bregexec(spos, smem)) {515 if (*s_end == bregexec(spos, smem)) { 516 516 signal(SIGINT, SIG_IGN); 517 517 *s_end++; 518 518 return(spos);