treewide: Run refresh on all packages
[feed/packages.git] / libs / liblo / patches / 020-usleep.patch
index b0bf17f74443a2fd66c80b0c9826a425cd9c92a0..2b138f602db95af67274c6990d25afd182c1c720 100644 (file)
@@ -1,6 +1,6 @@
 --- a/src/tools/oscsendfile.c
 +++ b/src/tools/oscsendfile.c
-@@ -354,7 +354,7 @@ int send_file(lo_address target, double speed) {
+@@ -354,7 +354,7 @@ int send_file(lo_address target, double
              lo_timetag_now(&tt_now);
              double wait_time = timetag_diff(*tt_last, tt_now);
              if (wait_time > 0.) {
@@ -9,7 +9,7 @@
              }
              if (b) {
                  ret = lo_send_bundle(target, b);
-@@ -376,7 +376,7 @@ int send_file(lo_address target, double speed) {
+@@ -376,7 +376,7 @@ int send_file(lo_address target, double
          lo_timetag_now(&tt_now);
          double wait_time = timetag_diff(*tt_last, tt_now);
          if (wait_time > 0.) {