]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/strutl.cc
fix partial (206 and 416) support in https
[apt.git] / apt-pkg / contrib / strutl.cc
index d06637155b48e7ea8977f1e7cbc5006ed01351af..0955b69f79a67f538e1af0f59359f543cc3f5bb5 100644 (file)
@@ -943,6 +943,8 @@ bool StrToTime(const string &Val,time_t &Result)
    Tm.tm_isdst = 0;
    if (Month[0] != 0)
       Tm.tm_mon = MonthConv(Month);
+   else
+      Tm.tm_mon = 0; // we don't have a month, so pick something
    Tm.tm_year -= 1900;
    
    // Convert to local time and then to GMT