Fix name of master settings file in OS X
authorH.G. Muller <h.g.muller@hccnet.nl>
Mon, 13 Jan 2014 12:38:47 +0000 (13:38 +0100)
committerH.G. Muller <h.g.muller@hccnet.nl>
Mon, 13 Jan 2014 12:41:40 +0000 (13:41 +0100)
commit17b0eca6e7ae464778c2fa896710724908c6f0c1
tree7c49f16d42973257a47c7ea5a91e776ce453b010
parentfaf83d9ada6e3cdfee3f02dbe5140332924ac61f
Fix name of master settings file in OS X

The name needs to be relative to the bundle path, but ~~ expansion
did not work for compiled-in defaults, as the expansion takes place
when parsing an option. The dataDir is now also kept in an array rather
than as a pointer, to allow it to appear in statically initialized tables.
gtk/xboard.c