From: Ray Strode Date: Mon, 4 Dec 2023 00:07:13 +0000 (-0500) Subject: two-step: Use new ply_get_random_number function X-Git-Tag: 23.51.283~13^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c86563b0c0dbabac1879cf77719d50d582b247f5;p=thirdparty%2Fplymouth.git two-step: Use new ply_get_random_number function --- diff --git a/src/plugins/splash/two-step/plugin.c b/src/plugins/splash/two-step/plugin.c index 78ca7adf..f0c7ae85 100644 --- a/src/plugins/splash/two-step/plugin.c +++ b/src/plugins/splash/two-step/plugin.c @@ -1107,7 +1107,6 @@ create_plugin (ply_key_file_t *key_file) char *progress_function; char *show_animation_fraction; - srand ((int) ply_get_timestamp ()); plugin = calloc (1, sizeof(ply_boot_splash_plugin_t)); image_dir = ply_key_file_get_value (key_file, "two-step", "ImageDir");