staticlibs / ccronexpr

Cron expression parsing in ANSI C
Apache License 2.0
150 stars 78 forks source link

Fix issue #5 #19

Closed remittor closed 5 years ago

staticlibs commented 5 years ago

Thanks for the fix! I can merge it.

Would you mind also fixing the warnings:

ccronexpr.c(821): warning C4101: 'err': unreferenced local variable
ccronexpr.c(879): warning C4189: 'days_replaced': local variable is initialized but not referenced
staticlibs commented 5 years ago

Parsing of invalid expressions from #5 is actually still passing for me, so I'll leave it open.