open-license-manager
2014-04-16 af928739ea648f8f3a5d64771d236fe7498eaf26
src/library/license++.cpp
@@ -31,8 +31,8 @@
         if (!it->has_expiry) {
            it->toLicenseInfo(license);
            break;
         } else if (curLicense_exp < it->to_date) {
            curLicense_exp = it->to_date;
         } else if (curLicense_exp < it->expires_on()) {
            curLicense_exp = it->expires_on();
            it->toLicenseInfo(license);
         }
      }