Package: headache
Version: 1.03-8
Severity: grave
when you configure headeache to generate 'line' setups, like:
| ".*\\.c" -> lines line:"*" width:1 open:"/*" close:"*/" begin:" * " last:" "
it is unable to recognize its previous headers, and creates new ones
ever and ever again.
worse, when the configuration is:
| ".*\\.c" -> lines line:"*" open:"/*" close:"*/"
if you create a foo.c that is exactly:
---------8<-----------
int main() {
return 1;
}
--------->8-----------
the first time you run headache all is fine. The second time, it
*EATS* the function and causes data loss (hence the severity of the
bug).
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]