X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/012d05c2b62332eb400d66b806e48216d39358c6..44ce2010:/sbr/icalendar.l?ds=sidebyside diff --git a/sbr/icalendar.l b/sbr/icalendar.l index 016c6ebd..dc75dace 100644 --- a/sbr/icalendar.l +++ b/sbr/icalendar.l @@ -1,5 +1,4 @@ -/* - * icalendar.l -- icalendar (RFC 5545) scanner +/* icalendar.l -- icalendar (RFC 5545) scanner * * This code is Copyright (c) 2014, by the authors of nmh. See the * COPYRIGHT file in the root directory of the nmh distribution for @@ -258,7 +257,7 @@ folded-value {VALUE-CHAR}*({fold}{VALUE-CHAR}*)+ . { /* By default, flex will just pass unmatched text. Catch it instead. */ - advise (NULL, "unexpected input: |%s|\n", icaltext); + inform("unexpected input: |%s|\n", icaltext); } <> {