Parcourir la source

[master] Merge branch 'trac1621'

Stephen Morris il y a 11 ans
Parent
commit
36adb91af2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/log/tests/logger_example.cc

+ 1 - 1
src/lib/log/tests/logger_example.cc

@@ -215,7 +215,7 @@ int main(int argc, char** argv) {
                 return (1);
             }
             try {
-                cur_opt.maxsize = boost::lexical_cast<unsigned int>(optarg);
+                cur_opt.maxver = boost::lexical_cast<unsigned int>(optarg);
             } catch (boost::bad_lexical_cast&) {
                 std::cerr << "Maximum version (-m) argument must be a positive "
                              "integer\n";