svn commit: r1926779 - /subversion/branches/utf8-cmdline-prototype/subversion/libsvn_client/deprecated.c

[email protected]
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <[email protected]>
Author: rinrab
Date: Fri Jun 27 21:25:02 2025
New Revision: 1926779

URL: http://svn.apache.org/viewvc?rev=1926779&view=rev
Log:
On the 'utf8-cmdline-prototype' branch: Rename local variable for better
readability.

* subversion/libsvn_client/deprecated.c
  (svn_client_args_to_target_array2): raw_target -> target.

Modified:
    subversion/branches/utf8-cmdline-prototype/subversion/libsvn_client/deprecated.c

Modified: subversion/branches/utf8-cmdline-prototype/subversion/libsvn_client/deprecated.c
URL: http://svn.apache.org/viewvc/subversion/branches/utf8-cmdline-prototype/subversion/libsvn_client/deprecated.c?rev=1926779&r1=1926778&r2=1926779&view=diff
==============================================================================
--- subversion/branches/utf8-cmdline-prototype/subversion/libsvn_client/deprecated.c (original)
+++ subversion/branches/utf8-cmdline-prototype/subversion/libsvn_client/deprecated.c Fri Jun 27 21:25:02 2025
@@ -461,10 +461,10 @@ svn_client_args_to_target_array2(apr_arr
 
   for (i = 0; i < input_targets->nelts; i++)
     {
-      const char *raw_target = APR_ARRAY_IDX(input_targets, i, const char *);
+      const char *target = APR_ARRAY_IDX(input_targets, i, const char *);
       const char *utf8_target;
 
-      SVN_ERR(svn_utf_cstring_to_utf8(&utf8_target, raw_target, pool));
+      SVN_ERR(svn_utf_cstring_to_utf8(&utf8_target, target, pool));
 
       APR_ARRAY_PUSH(utf8_input_targets, const char *) = utf8_target;
     }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.