Merge branch 'master' of https://github.com/86Box/86Box
This commit is contained in:
2
.github/workflows/c-cpp.yml
vendored
2
.github/workflows/c-cpp.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
new-dynarec: ['y', 'n']
|
new-dynarec: ['y', 'n']
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: msys2/setup-msys2@v1
|
- uses: msys2/setup-msys2@v2
|
||||||
with:
|
with:
|
||||||
update: true
|
update: true
|
||||||
msystem: MINGW32
|
msystem: MINGW32
|
||||||
|
@@ -140,7 +140,7 @@ convert_to_pdf(ps_t *dev)
|
|||||||
|
|
||||||
output_fn[0] = 0;
|
output_fn[0] = 0;
|
||||||
wcscat(output_fn, input_fn);
|
wcscat(output_fn, input_fn);
|
||||||
wcscpy(output_fn + wcslen(output_fn) - 4, L".pdf");
|
wcscpy(output_fn + wcslen(output_fn) - 3, L".pdf");
|
||||||
|
|
||||||
gsargv[0] = L"";
|
gsargv[0] = L"";
|
||||||
gsargv[1] = L"-dNOPAUSE";
|
gsargv[1] = L"-dNOPAUSE";
|
||||||
@@ -201,7 +201,7 @@ write_buffer(ps_t *dev, bool newline)
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (dev->filename[0] == 0) {
|
if (dev->filename[0] == 0) {
|
||||||
plat_tempfile(dev->filename, NULL, L".tmp");
|
plat_tempfile(dev->filename, NULL, L".ps");
|
||||||
}
|
}
|
||||||
|
|
||||||
path[0] = 0;
|
path[0] = 0;
|
||||||
|
Reference in New Issue
Block a user