X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/3f609815e33ab5474e631eac097d515d982ff0f5..582d5e802ceb8e0c7f0dc5b83fdbf2a62fc10fb3:/sbr/icalendar.l 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); } <> {