diff options
author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-03-18 13:33:26 +0000 |
---|---|---|
committer | <> | 2015-07-08 14:41:01 +0000 |
commit | bb0ef45f7c46b0ae221b26265ef98a768c33f820 (patch) | |
tree | 98bae10dde41c746c51ae97ec4f879e330415aa7 /subversion/svn/cat-cmd.c | |
parent | 239dfafe71711b2f4c43d7b90a1228d7bdc5195e (diff) | |
download | subversion-tarball-bb0ef45f7c46b0ae221b26265ef98a768c33f820.tar.gz |
Imported from /home/lorry/working-area/delta_subversion-tarball/subversion-1.8.13.tar.gz.subversion-1.8.13
Diffstat (limited to 'subversion/svn/cat-cmd.c')
-rw-r--r-- | subversion/svn/cat-cmd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subversion/svn/cat-cmd.c b/subversion/svn/cat-cmd.c index 7e28a81..551420e 100644 --- a/subversion/svn/cat-cmd.c +++ b/subversion/svn/cat-cmd.c @@ -98,7 +98,7 @@ svn_cl__cat(apr_getopt_t *os, if (status == SVN_ERR_ENTRY_NOT_FOUND || status == SVN_ERR_FS_NOT_FOUND) - err = svn_error_quick_wrap(err, + err = svn_error_quick_wrap(err, _("Could not cat all targets because " "some targets don't exist")); else if (status == SVN_ERR_UNVERSIONED_RESOURCE) @@ -113,6 +113,6 @@ svn_cl__cat(apr_getopt_t *os, return svn_error_trace(err); } - + return SVN_NO_ERROR; } |