[Users] [Bug 2617] code cleanup
noreply at thewildbeast.co.uk
noreply at thewildbeast.co.uk
Tue Feb 28 16:05:46 CET 2012
http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2617
--- Comment #8 from Colin Leroy 2012-02-28 16:05:46 ---
- c = read(source, &buf, 1);
+ read(source, &buf, 1);
These are there to silence warnings about non-used return values. Of course,
now there are unused variables warnings. The best would be to actually check
everything went fine.
--
Configure bugmail: http://www.thewildbeast.co.uk/claws-mail/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Users
mailing list