VMS compile fix for gs 8.11
"Forrest Cahoon" <[email protected]>
| Newsgroups | gmane.comp.printing.ghostscript.patches |
|---|---|
| Message-ID | <[email protected]> |
Here's a one-liner fix I needed to make in order to get 8.11 to compile
under VMS:
--- gp_vms.c~ 2003-08-16 02:53:27.000000000 -0500
+++ gp_vms.c 2003-08-22 17:38:39.000000000 -0500
@@ -220,6 +220,7 @@
{
FILE *f;
char tmpdir[gp_file_name_sizeof];
+ int tdlen = gp_file_name_sizeof;
if (!gp_file_name_is_absolute(prefix, strlen(prefix)) &&
gp_gettmpdir(tmpdir, &tdlen) == 0) {
Forrest Cahoon
not speaking for merrill corporation