Re: The --password and clumsy users issue
From: Branko Čibej <brane_at_wandisco.com>
Date: Fri, 04 Jul 2014 09:58:46 +0200
On 04.07.2014 04:34, Ben Reser wrote:
Um. Let's try explaining that again. The standard signature for main() is:
int main(int argc, char* argv[]);
where nothing is constant. However, very often, programs use this
int main(int argc, const char* argv[]);
This is the signature we use. However: in this case, argv is *not*
What's happening in your case, Gabriela, is that youre using the "char*
However: what you're doing here is changing the pointers in the argv
-- Brane
-- Branko Čibej | Director of Subversion WANdisco // Non-Stop Data e. brane_at_wandisco.comReceived on 2014-07-04 09:59:29 CEST |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.