You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/media-gfx/greycstoration/files/greycstoration-2.9-gcc6.patch

12 lines
396 B

--- a/plugins/greycstoration.h 2016-09-22 22:46:42.907946423 -0400
+++ b/plugins/greycstoration.h 2016-09-22 22:49:56.439530308 -0400
@@ -454,7 +454,7 @@
p.temporary = 0;
p.counter = 0;
p.tile = p.tile_border = p.thread = p.nb_threads = 0;
- p.stop_request = false;
+ p.stop_request = NULL;
greycstoration_mutex_destroy(p);
}
p.is_running = false;