aboutsummaryrefslogtreecommitdiffstats
path: root/audio/harp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/harp')
-rw-r--r--audio/harp/files/patch-shuffle.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/harp/files/patch-shuffle.c b/audio/harp/files/patch-shuffle.c
index 4f5be5927fa9..9f25e81d1eb7 100644
--- a/audio/harp/files/patch-shuffle.c
+++ b/audio/harp/files/patch-shuffle.c
@@ -1,6 +1,6 @@
---- shuffle.c.orig 2015-07-30 06:53:22.145389293 +0800
-+++ shuffle.c 2015-07-30 06:54:51.465466007 +0800
-@@ -159,10 +159,7 @@
+--- shuffle.c.orig 2015-07-24 17:35:12 UTC
++++ shuffle.c
+@@ -159,10 +159,7 @@ struct zs_arg{
const unsigned int items;
const unsigned int group_items;
const unsigned int increment;
@@ -12,7 +12,7 @@
unsigned int count;
int slidemod;
char *query;
-@@ -260,7 +257,7 @@
+@@ -260,7 +257,7 @@ void zshuffle(unsigned int items){
struct candidate_data candlist;
srandom((unsigned int)time(NULL));