svn commit: r1925823 - /subversion/branches/utf8-cmdline-prototype/subversion/libsvn_subr/cmdline.c

[email protected]
Newsgroups gmane.comp.version-control.subversion.svn
Message-ID <[email protected]>
Author: rinrab
Date: Mon May 26 13:44:38 2025
New Revision: 1925823

URL: http://svn.apache.org/viewvc?rev=1925823&view=rev
Log:
On the 'utf8-cmdline-prototype' branch: follow-up to r1925816: revert
unrelated change, so we always return a value from
svn_cmdline__win32_get_cstring_argv(). I'm bad in copy-pasting...

Modified:
    subversion/branches/utf8-cmdline-prototype/subversion/libsvn_subr/cmdline.c

Modified: subversion/branches/utf8-cmdline-prototype/subversion/libsvn_subr/cmdline.c
URL: http://svn.apache.org/viewvc/subversion/branches/utf8-cmdline-prototype/subversion/libsvn_subr/cmdline.c?rev=1925823&r1=1925822&r2=1925823&view=diff
==============================================================================
--- subversion/branches/utf8-cmdline-prototype/subversion/libsvn_subr/cmdline.c (original)
+++ subversion/branches/utf8-cmdline-prototype/subversion/libsvn_subr/cmdline.c Mon May 26 13:44:38 2025
@@ -1937,6 +1937,11 @@ svn_cmdline__win32_get_cstring_argv(cons
 
       APR_ARRAY_PUSH(cstring_argv, const char *) = cstring_arg;
     }
+
+  APR_ARRAY_PUSH(cstring_argv, const char *) = NULL;
+
+  *cstring_argv_p = (const char **)cstring_argv->elts;
+  return SVN_NO_ERROR;
 }
 
 svn_error_t *
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.