Skip to content

Commit

Permalink
Fix compilation with GCC 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkskeller committed May 17, 2018
1 parent e2c04d9 commit 7118543
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tools/Config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ namespace Config {
pubkeys[i].resize(crypto_sign_PUBLICKEYBYTES);
infile.read((char*)&pubkeys[i][0],pubkeys[i].size());
}
} catch (ConfigError e) {
} catch (ConfigError& e) {
pubkeys.resize(0);
}

Expand Down

0 comments on commit 7118543

Please sign in to comment.