Diff
Not logged in

Differences From:

File src/info.c part of check-in [5d3783bd61] - Fix a typo on the user setup page. Reported via email by Brad Harder. by drh on 2008-02-01 12:39:40. Also file src/info.c part of check-in [dbdc160161] - Merged with mainline. by aku on 2008-02-02 07:33:03. [view]

To:

File src/info.c part of check-in [649dd8a6af] - got rid of '... might be used initialized' warnings by stephan on 2008-02-03 16:35:12. [view]

@@ -747,9 +747,9 @@
 ** draw a page and let the user select the interpretation.
 */
 void info_page(void){
   const char *zName;
-  int rc, nName, cnt;
+  int rc = 0, nName, cnt;
   Stmt q;
 
   zName = P("name");
   if( zName==0 ) cgi_redirect("index");