summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-08-30 19:16:11 +0200
committerJakov Smolić <jsmolic@gentoo.org>2021-08-30 19:38:49 +0200
commit1d628ae01ed5cc7b4bf4502efab58fc104589428 (patch)
tree679423bf2998d008aa44dff9406fa3407ee60cbb /sci-biology/njplot/files/njplot-2.3-format-security.patch
parentsci-biology/psipred: Remove last-rited package (diff)
downloadgentoo-1d628ae01ed5cc7b4bf4502efab58fc104589428.tar.gz
gentoo-1d628ae01ed5cc7b4bf4502efab58fc104589428.tar.bz2
gentoo-1d628ae01ed5cc7b4bf4502efab58fc104589428.zip
sci-biology/njplot: Remove last-rited package
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-biology/njplot/files/njplot-2.3-format-security.patch')
-rw-r--r--sci-biology/njplot/files/njplot-2.3-format-security.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/sci-biology/njplot/files/njplot-2.3-format-security.patch b/sci-biology/njplot/files/njplot-2.3-format-security.patch
deleted file mode 100644
index 686b8475e9ed..000000000000
--- a/sci-biology/njplot/files/njplot-2.3-format-security.patch
+++ /dev/null
@@ -1,16 +0,0 @@
- njplot-vib.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/njplot-vib.c b/njplot-vib.c
-index fe55609..63fd3b6 100644
---- a/njplot-vib.c
-+++ b/njplot-vib.c
-@@ -1976,7 +1976,7 @@ PDFONLY" no window interface, just write the PDF/PostScript tree plot\n"
- #else
- fprintf(stderr,
- #endif
-- message);
-+ "%s", message);
- exit(0);
- }
- }