From 7ef70cb9645c640e20418457a9f7b37db0a1a87c Mon Sep 17 00:00:00 2001 From: barton26 Date: Tue, 3 Aug 2021 20:24:42 -0400 Subject: [PATCH] Don't touch the patch --- depends/patches/libzip/nonrandomopentest.c.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/depends/patches/libzip/nonrandomopentest.c.patch b/depends/patches/libzip/nonrandomopentest.c.patch index 5a63689988..1c071a31aa 100755 --- a/depends/patches/libzip/nonrandomopentest.c.patch +++ b/depends/patches/libzip/nonrandomopentest.c.patch @@ -10,5 +10,5 @@ fd = open("/dev/urandom", O_RDONLY); + #endif if (fd < 0) { - tfm::format(std::cerr, "can't open /dev/urandom: %s\n", strerror(errno)); + fprintf(stderr, "can't open /dev/urandom: %s\n", strerror(errno)); exit(1);