diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-03-10 01:57:34 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-03-10 01:57:34 +0800 |
commit | 67974fa1e0c1d8702508c8ce601c03db22c4399c (patch) | |
tree | cdf31e2d72982f7a99a4b870134dbdb8c285395b /camel/ChangeLog | |
parent | c8a10fa6da81431061b55c131cd3ce737ec8f1df (diff) | |
download | gsoc2013-evolution-67974fa1e0c1d8702508c8ce601c03db22c4399c.tar gsoc2013-evolution-67974fa1e0c1d8702508c8ce601c03db22c4399c.tar.gz gsoc2013-evolution-67974fa1e0c1d8702508c8ce601c03db22c4399c.tar.bz2 gsoc2013-evolution-67974fa1e0c1d8702508c8ce601c03db22c4399c.tar.lz gsoc2013-evolution-67974fa1e0c1d8702508c8ce601c03db22c4399c.tar.xz gsoc2013-evolution-67974fa1e0c1d8702508c8ce601c03db22c4399c.tar.zst gsoc2013-evolution-67974fa1e0c1d8702508c8ce601c03db22c4399c.zip |
Doh! If inptr == pos + 1, then return FALSE (before it was checking for
2003-03-09 Jeffrey Stedfast <fejj@ximian.com>
* camel-url-scanner.c (camel_url_addrspec_end): Doh! If inptr ==
pos + 1, then return FALSE (before it was checking for inptr ==
pos, but it will never be pos).
svn path=/trunk/; revision=20225
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 6af3c77a90..04d55667e4 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2003-03-09 Jeffrey Stedfast <fejj@ximian.com> + + * camel-url-scanner.c (camel_url_addrspec_end): Doh! If inptr == + pos + 1, then return FALSE (before it was checking for inptr == + pos, but it will never be pos). + 2003-03-07 Not Zed <NotZed@Ximian.com> * camel-vee-folder.c (vee_search_by_expression): handle a null |