Skip to content

Commit 7ef70cb

Browse files
committed
Don't touch the patch
1 parent 0b2774b commit 7ef70cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

depends/patches/libzip/nonrandomopentest.c.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
fd = open("/dev/urandom", O_RDONLY);
1111
+ #endif
1212
if (fd < 0) {
13-
tfm::format(std::cerr, "can't open /dev/urandom: %s\n", strerror(errno));
13+
fprintf(stderr, "can't open /dev/urandom: %s\n", strerror(errno));
1414
exit(1);

0 commit comments

Comments
 (0)