Uh, in tokenise, shouldn't
strncpy(tmp, pat, strlen(pat));
be
strncpy(tmp, pat, sizeof tmp); ?

On 7 August 2010 14:20, StephenB <mail4...@gmail.com> wrote:
> see: (this patch is against 352)
> http://pastebin.com/raw.php?i=4sh7ZTuJ
> I use this all the time for uzbl browser history and bookmarks.
> regards,
> StephenB

Reply via email to