prt_ps: Fix two dots in PDF extension
This commit is contained in:
@@ -140,7 +140,7 @@ convert_to_pdf(ps_t *dev)
|
||||
|
||||
output_fn[0] = 0;
|
||||
wcscat(output_fn, input_fn);
|
||||
wcscpy(output_fn + wcslen(output_fn) - 3, L".pdf");
|
||||
wcscpy(output_fn + wcslen(output_fn) - 4, L".pdf");
|
||||
|
||||
gsargv[0] = L"";
|
||||
gsargv[1] = L"-dNOPAUSE";
|
||||
|
Reference in New Issue
Block a user