1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-26 01:15:37 +00:00
elinks/src/bookmarks
Kalle Olavi Niemitalo 8ad32809e1 bug 153, 1066: Fix search in bookmark manager.
test_search() was supposed to compare bookmark titles with
strcasestr(), but in commit 311d95358d
"bug 153, 1066: Convert bookmarks to/from UTF-8 when searching."
on 2009-02-08, I inadvertently changed that to strcasecmp(), even
while adding a comment about why strcasestr() is needed.  strcasestr()
returns non-NULL if the strings match, and strcasecmp() returns
nonzero if they differ, so the search didn't work at all.
2009-03-01 09:21:29 +02:00
..
backend bug 153, 1066: Convert XBEL bookmarks to/from UTF-8. 2009-02-08 18:26:04 +02:00
bookmarks.c bug 153, 1066: Convert session-snapshot bookmarks to/from UTF-8. 2009-02-08 18:26:19 +02:00
bookmarks.h bug 153: UTF-8 bookmark.title has been fully implemented. 2009-02-08 18:26:21 +02:00
dialogs.c bug 153, 1066: Fix search in bookmark manager. 2009-03-01 09:21:29 +02:00
dialogs.h Remove empty lines in start of header files 2005-11-15 11:33:27 +01:00
Makefile path_to_top -> top_builddir 2005-10-20 04:00:35 +02:00