From 493b8c21ad2f091bb76d597b77844231fb2d5f51 Mon Sep 17 00:00:00 2001 From: Thomas Gellekum Date: Tue, 17 Feb 1998 07:57:29 +0000 Subject: Upgrade to 1.3. --- graphics/xfpovray/files/patch-ae | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 graphics/xfpovray/files/patch-ae (limited to 'graphics/xfpovray/files/patch-ae') diff --git a/graphics/xfpovray/files/patch-ae b/graphics/xfpovray/files/patch-ae new file mode 100644 index 000000000000..dcf0438627d9 --- /dev/null +++ b/graphics/xfpovray/files/patch-ae @@ -0,0 +1,20 @@ +--- src/show_image.c.orig Sun Feb 8 04:09:16 1998 ++++ src/show_image.c Tue Feb 17 08:47:26 1998 +@@ -15,7 +15,7 @@ + + + /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ +-char *truncate(char *string, char endat) ++char *strtruncate(char *string, char endat) + { + char *endchar; + +@@ -45,7 +45,7 @@ + + + strcpy(temp, pov.input_file_name); +- sprintf(imgfile, "%s", truncate(temp, '.')); ++ sprintf(imgfile, "%s", strtruncate(temp, '.')); + + + /* -- cgit v1.2.3