diff options
author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2017-08-05 16:22:51 +0000 |
---|---|---|
committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2017-08-05 16:22:51 +0000 |
commit | cf46733632c7279a9fd0fe6ce26f9185a4ae82a9 (patch) | |
tree | da27775a2161723ef342e91af41a8b51fedef405 /subversion/libsvn_ra_serf/util_error.c | |
parent | bb0ef45f7c46b0ae221b26265ef98a768c33f820 (diff) | |
download | subversion-tarball-master.tar.gz |
subversion-1.9.7HEADsubversion-1.9.7master
Diffstat (limited to 'subversion/libsvn_ra_serf/util_error.c')
-rw-r--r-- | subversion/libsvn_ra_serf/util_error.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/subversion/libsvn_ra_serf/util_error.c b/subversion/libsvn_ra_serf/util_error.c index da66091..bce935a 100644 --- a/subversion/libsvn_ra_serf/util_error.c +++ b/subversion/libsvn_ra_serf/util_error.c @@ -88,7 +88,8 @@ svn_ra_serf__wrap_err(apr_status_t status, } if (err_msg) { - err->message = apr_pstrcat(err->pool, msg, ": ", err_msg, NULL); + err->message = apr_pstrcat(err->pool, msg, ": ", err_msg, + SVN_VA_NULL); } else { |