svn commit: r1926785 - /subversion/branches/utf8-cmdline-prototype/subversion/svnadmin/svnadmin.c

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

URL: http://svn.apache.org/viewvc?rev=1926785&view=rev
Log:
On the 'utf8-cmdline-prototype' branch: Fix funny and stupid copy-paste-ish
mistake.

* subversion/svnadmin/svnadmin.c
  (sub_main): Do not "comma pool" `repos_path`.

I have no idea how the build was even passing. he-he.

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

Modified: subversion/branches/utf8-cmdline-prototype/subversion/svnadmin/svnadmin.c
URL: http://svn.apache.org/viewvc/subversion/branches/utf8-cmdline-prototype/subversion/svnadmin/svnadmin.c?rev=1926785&r1=1926784&r2=1926785&view=diff
==============================================================================
--- subversion/branches/utf8-cmdline-prototype/subversion/svnadmin/svnadmin.c (original)
+++ subversion/branches/utf8-cmdline-prototype/subversion/svnadmin/svnadmin.c Fri Jun 27 21:48:17 2025
@@ -3366,7 +3366,7 @@ sub_main(int *exit_code,
                                   _("Repository argument required"));
         }
 
-      repos_path = os->argv[os->ind++], pool;
+      repos_path = os->argv[os->ind++];
 
       if (svn_path_is_url(repos_path))
         {
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.