Renamed some file name functions.
[pspp-builds.git] / src / output / postscript.c
index 43b19f2bfbe85f5e8fa0b5c987e9bb18fecd2a62..7554dba5787d35d2fdd4b116b912e9679a8a34ba 100644 (file)
@@ -429,7 +429,7 @@ handle_option (struct outp_driver *this, const char *key,
 static char *
 find_ps_file (const char *name)
 {
-  if (fn_absolute_p (name))
+  if (fn_is_absolute (name))
     return xstrdup (name);
   else
     {