[Commits] [SCM] claws branch, master, updated. 3.11.1-187-g567b040
Michael Rasmussen
mir at datanom.net
Wed Jul 1 21:10:16 CEST 2015
On Wed, 1 Jul 2015 20:38:02 +0200 (CEST)
ticho at claws-mail.org wrote:
> +#ifdef G_OS_WIN32
> + if (name[0] == '.' || new_folder[strlen(name) - 1]) {
> + alertpanel_error(_("A folder name cannot begin or end with a dot.");
> + return FALSE;
> + }
> +#endif
Should this not have been:
if (name[0] == '.' || new_folder[strlen(name) - 1] == '.') {
--
Hilsen/Regards
Michael Rasmussen
Get my public GnuPG keys:
michael <at> rasmussen <dot> cc
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xD3C9A00E
mir <at> datanom <dot> net
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xE501F51C
mir <at> miras <dot> org
http://pgp.mit.edu:11371/pks/lookup?op=get&search=0xE3E80917
--------------------------------------------------------------
/usr/games/fortune -es says:
What we do not understand we do not possess.
-- Goethe
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: OpenPGP digital signature
URL: <http://lists.claws-mail.org/pipermail/commits/attachments/20150701/bc37239f/attachment.sig>
More information about the Commits
mailing list