-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
Well, okay, only with "invalid" format string, but this
ddate "+%}%{" 29 2 2012
creates an endless loop (or anything else resulting in tib_end < tib_start like %A%e).
suggestions:
in line 262:
if(tib_start>=0) tib_end=i+1;
after the first loop, add a sanity check:
if (tib_end < tib_start) tib_end = tib_start + 1;
This will probably fix half of the only bug documented in the man page ;)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels