We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b2774b commit 7ef70cbCopy full SHA for 7ef70cb
depends/patches/libzip/nonrandomopentest.c.patch
@@ -10,5 +10,5 @@
10
fd = open("/dev/urandom", O_RDONLY);
11
+ #endif
12
if (fd < 0) {
13
- tfm::format(std::cerr, "can't open /dev/urandom: %s\n", strerror(errno));
+ fprintf(stderr, "can't open /dev/urandom: %s\n", strerror(errno));
14
exit(1);
0 commit comments