1
0
mirror of https://gittea.dev/nova/th.git synced 2025-10-21 18:30:15 -04:00

changes too small for proper commit message

This commit is contained in:
nova
2025-10-09 01:01:52 +02:00
parent ac6d0e8408
commit 3fa16fd8b2
4 changed files with 13 additions and 10 deletions

View File

@@ -642,6 +642,7 @@ void order_by(int passes, int index){
(void)passes;
free(seed);
seed = NULL;
seed = malloc(sizeof(time_t));
*seed = time(NULL);