projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0534f5f
)
Initialize variable to avoid compiler warnings.
author
Rich Bowen
<rbowen@apache.org>
Tue, 29 Dec 2009 12:39:23 +0000
(12:39 +0000)
committer
Rich Bowen
<rbowen@apache.org>
Tue, 29 Dec 2009 12:39:23 +0000
(12:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@894370
13f79535
-47bb-0310-9956-
ffa450edef68
modules/generators/mod_autoindex.c
patch
|
blob
|
history
diff --git
a/modules/generators/mod_autoindex.c
b/modules/generators/mod_autoindex.c
index b6669421bd5382085d640907acd25f26fc3427e5..879bf2c1b61f2245dd8ed295425bc6926ca91e21 100644
(file)
--- a/
modules/generators/mod_autoindex.c
+++ b/
modules/generators/mod_autoindex.c
@@
-1482,7
+1482,7
@@
static void output_directories(struct ent **ar, int n,
char direction, const char *colargs)
{
int x;
- int row_count;
+ int row_count
= 0
;
apr_size_t rv;
char *name = r->uri;
char *tp;