mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-04 23:07:46 -04:00
md, fix carthw.cfg parsing
This commit is contained in:
parent
3615ff7283
commit
a18d5e22b3
2 changed files with 10 additions and 8 deletions
|
@ -39,6 +39,8 @@ int main(int argc, char *argv[])
|
|||
strcpy(p, "[]");
|
||||
|
||||
for (; *p != 0; p++) {
|
||||
if (!quote && *p == '#')
|
||||
break;
|
||||
if (!quote && isspace(*p))
|
||||
continue;
|
||||
if (*p == '"') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue