This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

genini patch to support the new message field


A recent addition of a message field to Cygwin's setup.hint broke genini. The introduction of a new unquoted token between the key and the value confused the get subroutine. The attached patch adds a special case for message fields, allowing correct parsing in this particular case.

I'm not sure this is really the best solution. It would perhaps be better to treat double quotes as the start and end of a word regardless of when the quotes begin and end on the line.

2010-02-26 Brendan Conoboy <blc@redhat.com>

* genini (get): Handle special 'message' format case.

--
Brendan Conoboy / Red Hat, Inc. / blc@redhat.com

Attachment: genini-message-support.patch
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]