> -----Original Message----- > From: Daniel Shahaf [mailto:[email protected]] > Sent: woensdag 25 april 2012 11:46 > To: Greg Stein > Cc: Hyrum K Wright; [email protected] > Subject: Re: svn commit: r1329609 - in /subversion/trunk/subversion: > include/svn_error.h libsvn_fs/fs-loader.c
> if (!(expr)) {
> svn_error_t *e1 = (err), *e2 = svn_error__malfunction();
> return (e1 ? svn_error_compose_create(e2, e1) : e2);
> }
svn_error_compose_create() has no problems with NULL arguments.
Bert

