Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: (Fwd) segfault with pcre_study alone



> > +    if (pcre_pattern == NULL)
> > +    {
> > +	zwarnnam(nam, "no pattern has been compiled for study: %s",
> > +		 pcre_error, 0);
> > +	return 1;
> > +    }
> 
> 
> when invoking pcre_study alone I now get:
> 
> pcre_study: no pattern has been compiled for study: @õ^R
> 
> 
> the @o^R looks strenge to me, purpose?

No, that was a mistake.  The ": %s" and pcre_error should be removed.



Messages sorted by: Reverse Date, Date, Thread, Author