mirror of
https://github.com/mauiaaron/apple2.git
synced 2025-01-10 23:29:43 +00:00
Unbreak tests on desktop Linux
This commit is contained in:
parent
fc5734fedc
commit
19178b751c
@ -140,7 +140,7 @@ int test_setup_boot_disk(const char *fileName, int readonly) {
|
||||
const char **fmtPtr = &fmts[0];
|
||||
unsigned int idx = 0;
|
||||
while (*fmtPtr) {
|
||||
const char *fmt = *fmtPtr;
|
||||
const char *fmt = *fmtPtr++;
|
||||
ASPRINTF(&paths[idx++], fmt, data_dir, "/", fileName);
|
||||
}
|
||||
} while (0);
|
||||
|
Loading…
x
Reference in New Issue
Block a user