]> git.sesse.net Git - pistorm/commit
Fix config file parsing, add support for filename with spaces using quotes
authorbeeanyew <beeanyew@gmail.com>
Tue, 18 May 2021 22:04:38 +0000 (00:04 +0200)
committerbeeanyew <beeanyew@gmail.com>
Tue, 18 May 2021 22:04:38 +0000 (00:04 +0200)
commit47c3c3a059c5c7c9e22110961d3b40edd5c92df4
tree9a2a374bf65c435fcfe9d13e84b0cf3c9d171431
parent5c8eb7ba65a689e9e7f39be4dcd43fec07d854b0
Fix config file parsing, add support for filename with spaces using quotes

For instance:
`map type=rom address=0xF80000 size=0x80000 file="../kick31 1200.rom" ovl=0`
config_file/config_file.c