We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3806e3 commit 273b621Copy full SHA for 273b621
srcCxx/shape_main.cxx
@@ -852,7 +852,7 @@ class ShapeOptions {
852
break;
853
case 'N': {
854
int converted_param = 0;
855
- if (sscanf(optarg, "%u", &converted_param) == 0) {
+ if (sscanf(optarg, "%d", &converted_param) == 0) {
856
logger.log_message("unrecognized value for periodic-announcement "
857
+ std::string(1, optarg[0]),
858
Verbosity::ERROR);
0 commit comments