From: Stefan Fritsch Date: Sun, 18 Oct 2009 19:38:03 +0000 (+0000) Subject: detab X-Git-Tag: 2.3.3~156 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc12e39928083f7da65e113ca310063e4b5bee64;p=apache detab git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@826507 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/support/htdigest.c b/support/htdigest.c index ad69223b33..8eff059687 100644 --- a/support/htdigest.c +++ b/support/htdigest.c @@ -222,8 +222,8 @@ int main(int argc, const char * const argv[]) apr_strerror(rv, errmsg, sizeof errmsg)); exit(1); } - apr_cpystrn(user, argv[4], sizeof(user)); - apr_cpystrn(realm, argv[3], sizeof(realm)); + apr_cpystrn(user, argv[4], sizeof(user)); + apr_cpystrn(realm, argv[3], sizeof(realm)); apr_file_printf(errfile, "Adding password for %s in realm %s.\n", user, realm); add_password(user, realm, f);