Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Commit

Permalink
Issue #666: initialize variable in gerewritedbroot (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
tst-lsavoie authored and tst-jcupp committed Jan 19, 2018
1 parent 7b15363 commit 63ec2e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ void usage(const std::string &progn, const char *msg = 0, ...) {

int main(int argc, char *argv[]) {
std::string progname = argv[0];
bool help;
bool help = false;
bool use_ssl_for_kml = false;
std::string source;
std::string icon_directory;
Expand Down

0 comments on commit 63ec2e9

Please sign in to comment.