X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=strptime.h;h=d505b9e1d1dffcbf1a43472f9a0882dab91e1a02;hp=63ffe579ada162a4fab10538cf7218018e4c1f19;hb=569169302716381d4183f7db45558d24dfc31405;hpb=7df7fc1c547ddc6cddf161fab52358f7499cc9b1 diff --git a/strptime.h b/strptime.h index 63ffe579..d505b9e1 100644 --- a/strptime.h +++ b/strptime.h @@ -535,11 +535,12 @@ strptime_internal (rp, fmt, tm, decided, era_cnt) *decided = raw; } #endif - if (!match_string (HERE_AM_STR, rp)) + if (!match_string (HERE_AM_STR, rp)) { if (match_string (HERE_PM_STR, rp)) is_pm = 1; else return NULL; + } break; case 'r': #ifdef _NL_CURRENT