weechat-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Weechat-cvs] [SCM] Fast, light and extensible chat client branch, maste


From: Sebastien Helleu
Subject: [Weechat-cvs] [SCM] Fast, light and extensible chat client branch, master, updated. v0.4.0-97-gafc1dd4
Date: Mon, 11 Mar 2013 17:09:38 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Fast, light and extensible chat client".

The branch, master has been updated
       via  afc1dd4f6b0ff1768b3e3565b2db5c3bfb182259 (commit)
      from  cc3fb2602402b71c741fc17021fa75543a448dbf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit afc1dd4f6b0ff1768b3e3565b2db5c3bfb182259
Author: Sebastien Helleu <address@hidden>
Date:   Mon Mar 11 18:09:33 2013 +0100

    api: fix bug in string_match when mask begins and ends with "*"
    
    The bug was string_match returning 0 (instead of 1) if mask begins and ends 
with
    "*" and if string and mask have same length (except both "*") with same 
content:
    
    string_match("abc",  "*abc*", 0) == 0  // BUG: it should return 1
    string_match("abcd", "*abc*", 0) == 1  // OK

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog             |    3 ++-
 src/core/wee-string.c |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Fast, light and extensible chat client



reply via email to

[Prev in Thread] Current Thread [Next in Thread]