diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2017-01-30 18:52:49 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-01-31 09:41:27 +0100 |
commit | d06d23fcff031053d61e02cbf6b4a45f3d886d86 (patch) | |
tree | 78b8f5522e2a8883872ca9c17964e5c4c8aa06d8 /sci-chemistry | |
parent | sci-chemistry/openbabel-perl: remove unused patches (diff) | |
download | gentoo-d06d23fcff031053d61e02cbf6b4a45f3d886d86.tar.gz gentoo-d06d23fcff031053d61e02cbf6b4a45f3d886d86.tar.bz2 gentoo-d06d23fcff031053d61e02cbf6b4a45f3d886d86.zip |
sci-chemistry/platon: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/3730
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/platon/files/20110126-buffer-overflow.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/sci-chemistry/platon/files/20110126-buffer-overflow.patch b/sci-chemistry/platon/files/20110126-buffer-overflow.patch deleted file mode 100644 index 548bd2b20ca4..000000000000 --- a/sci-chemistry/platon/files/20110126-buffer-overflow.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- xdrvr.c 2010-06-27 15:21:49.026967128 +0200 -+++ xdrvr_new.c 2010-06-27 15:22:57.132069867 +0200 -@@ -864,11 +864,9 @@ - int zdate_(string) - char *string; - { -- static char tmp[25]; - time_t now; - now = time(NULL); -- strcpy(tmp,ctime(&now)); -- strncpy(string,tmp,25); -+ strncpy(string,ctime(&now),25); - return(1); - } - int slaap_(int *i)
\ No newline at end of file |