setlocale returns a string in static storage, so must use strdup
authorPeter Verthez <Peter.Verthez@advalvas.be>
Wed, 16 Jan 2002 17:47:53 +0000 (17:47 +0000)
committerPeter Verthez <Peter.Verthez@advalvas.be>
Wed, 16 Jan 2002 17:47:53 +0000 (17:47 +0000)
commit753c95b3cec1f7625c68d11b2d4f5786064566a1
tree6fa04ff1977e3fdabcf63d6d16696691b7a36a2c
parent9b4b646eafd90dcff38ab9ed9d89bba0a4a8c62d
setlocale returns a string in static storage, so must use strdup
(and free it afterwards)
gedcom/multilex.c