Lift limitation of text length in generic dialog XB
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 4 May 2011 11:53:05 +0000 (13:53 +0200)
committerH.G. Muller <h.g.muller@hccnet.nl>
Wed, 4 May 2011 18:43:03 +0000 (20:43 +0200)
commit14239008e19b29a836b10fd1c56df03d472a52e1
tree5ff947b9692c304199ca09ee261591c978241475
parentbe12082df5c3ef2c7ef9fe133d1ff397acec7a33
Lift limitation of text length in generic dialog XB

All string options should now point to allocated memory, as strdup /
free is consistently used on them. This is OK for values received from
ParseArgs, but for non-arg intermediate variables that must receive strg
values, such as in the comment and tags popups, strdup has to be used to
initialize those.
xoptions.c