
10 Aug
2015
10 Aug
'15
4:37 p.m.
On Mon, Aug 10, 2015 at 10:55:44 +0200, Andrea Bolognani wrote:
Use briefer checks, eg. (!model) instead of (model == NULL), and avoid initializing to NULL a pointer that would be assigned in the first line of the function anyway.
Also remove a pointless NULL assignment.
No functional changes.
ACK Jirka