You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2017/02/17 19:57:11 UTC

svn commit: r1783457 - /subversion/trunk/subversion/svn/help-cmd.c

Author: stsp
Date: Fri Feb 17 19:57:11 2017
New Revision: 1783457

URL: http://svn.apache.org/viewvc?rev=1783457&view=rev
Log:
* subversion/svn/help-cmd.c
  (svn_cl__help): Run the help header through gettext() and remove a comment
    which claims otherwise. The comment was wrong.

Found by: danielsh

Modified:
    subversion/trunk/subversion/svn/help-cmd.c

Modified: subversion/trunk/subversion/svn/help-cmd.c
URL: http://svn.apache.org/viewvc/subversion/trunk/subversion/svn/help-cmd.c?rev=1783457&r1=1783456&r2=1783457&view=diff
==============================================================================
--- subversion/trunk/subversion/svn/help-cmd.c (original)
+++ subversion/trunk/subversion/svn/help-cmd.c Fri Feb 17 19:57:11 2017
@@ -182,7 +182,7 @@ svn_cl__help(apr_getopt_t *os,
                              opt_state ? opt_state->quiet : FALSE,
                              opt_state ? opt_state->verbose : FALSE,
                              version_footer->data,
-                             help_header,   /* already gettext()'d */
+                             _(help_header),
                              svn_cl__cmd_table,
                              svn_cl__options,
                              svn_cl__global_options,