scrub/genrand-return-value.patch
DistroBaker 6cb4cb66ec Merged update from upstream sources
This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/scrub.git#7601bd4e8bd1f1e0f99f225aaf5cc753af5c7229
2021-02-03 04:58:16 +00:00

13 lines
345 B
Diff

diff -ruN scrub-2.5.2.orig/src/genrand.c scrub-2.5.2/src/genrand.c
--- scrub-2.5.2.orig/src/genrand.c 2012-06-21 00:00:27.000000000 +0200
+++ scrub-2.5.2/src/genrand.c 2020-11-27 13:57:59.866410480 +0100
@@ -106,7 +106,7 @@
buf[n] = result;
}
#endif
- return;
+ return 0;
}
}