diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1998-02-17 07:57:29 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1998-02-17 07:57:29 +0000 |
commit | 493b8c21ad2f091bb76d597b77844231fb2d5f51 (patch) | |
tree | 4214e45cc1802f026de353a9a60038765a5f7dca /graphics/xfpovray/files/patch-ae | |
parent | Bring over kdegames from x11. I'll go delete the other one after I (diff) |
Upgrade to 1.3.
Diffstat (limited to '')
-rw-r--r-- | graphics/xfpovray/files/patch-ae | 20 |
1 files changed, 20 insertions, 0 deletions
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, '.')); + + + /* |