Fossil SCM

Fix a compiler warning of an unused variable.

drh 2010-09-13 22:15 UTC wolfgangFormat2CSS
Commit d35608836ee123e654d8bac6873475dbd4be10b5
1 file changed +1 -1
+1 -1
--- src/stat.c
+++ src/stat.c
@@ -30,11 +30,11 @@
3030
void stat_page(void){
3131
i64 t;
3232
int n, m, fsize;
3333
int szMax, szAvg;
3434
char zBuf[100];
35
- char *zVers;
35
+
3636
login_check_credentials();
3737
if( !g.okRead ){ login_needed(); return; }
3838
style_header("Repository Statistics");
3939
@ <table class="label-value">
4040
@ <tr><th>Repository&nbsp;Size:</th><td>
4141
--- src/stat.c
+++ src/stat.c
@@ -30,11 +30,11 @@
30 void stat_page(void){
31 i64 t;
32 int n, m, fsize;
33 int szMax, szAvg;
34 char zBuf[100];
35 char *zVers;
36 login_check_credentials();
37 if( !g.okRead ){ login_needed(); return; }
38 style_header("Repository Statistics");
39 @ <table class="label-value">
40 @ <tr><th>Repository&nbsp;Size:</th><td>
41
--- src/stat.c
+++ src/stat.c
@@ -30,11 +30,11 @@
30 void stat_page(void){
31 i64 t;
32 int n, m, fsize;
33 int szMax, szAvg;
34 char zBuf[100];
35
36 login_check_credentials();
37 if( !g.okRead ){ login_needed(); return; }
38 style_header("Repository Statistics");
39 @ <table class="label-value">
40 @ <tr><th>Repository&nbsp;Size:</th><td>
41

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button