diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 21:54:33 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-28 21:54:33 +0000 |
commit | 60b37dbedcfe6e22fe9a61ee8432ae7bd2780483 (patch) | |
tree | 42c5d548da07f10a85c92da3191700e6f34e6829 /graphics/xfpovray/files/patch-ae | |
parent | security/arirang: Mark broken with Ruby 2.0 or newer (diff) |
Rename german/ and graphics/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'graphics/xfpovray/files/patch-ae')
-rw-r--r-- | graphics/xfpovray/files/patch-ae | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/graphics/xfpovray/files/patch-ae b/graphics/xfpovray/files/patch-ae deleted file mode 100644 index 49b4e321e32e..000000000000 --- a/graphics/xfpovray/files/patch-ae +++ /dev/null @@ -1,33 +0,0 @@ ---- src/show_image.c.orig Sun Feb 8 04:09:16 1998 -+++ src/show_image.c Wed Jun 3 09:38:49 1998 -@@ -13,21 +13,6 @@ - - extern OUTPUT_PAGE_S *outputPage; - -- --/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ --char *truncate(char *string, char endat) --{ -- char *endchar; -- -- -- if ((string != NULL) && (endchar = strrchr(string, endat)) != NULL) -- *endchar = '\0'; -- -- return (string); -- --} -- -- - /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ - /* - ** Display the image after rendering. Some OS do not allow -@@ -45,7 +30,7 @@ - - - strcpy(temp, pov.input_file_name); -- sprintf(imgfile, "%s", truncate(temp, '.')); -+ sprintf(imgfile, "%s", strtruncate(temp, '.')); - - - /* |