mirror of https://git.code.sf.net/p/isync/isync
Browse Source
empty strings were previously meaningless, and starting with 72c2d695a
,
failure to handle them lead to bogus results when the IMAP hierarchy
separator is legitimately empty (when the server genuinely supports none
and none is manually configured). non-null can be asserted more cleanly
than null-or-non-empty, so change the api like that.
incidentally, this also removes the need to work around gcc's bogus
warning in -Os mode.
problem found by "Casper Ti. Vector" <caspervector@gmail.com>
wip/unchecked-remove
Oswald Buddenhagen
7 years ago
4 changed files with 15 additions and 20 deletions
Loading…
Reference in new issue