summaryrefslogtreecommitdiff
path: root/games-arcade/stardork/files/stardork-0.7-clang16.patch
blob: c815fcd281fb4b369a67096831ca8b6db1fb1e75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
https://bugs.gentoo.org/871498
--- a/stardork.c
+++ b/stardork.c
@@ -376,3 +376,3 @@
 
-void plot_wormhole(y, x) {
+void plot_wormhole(int y, int x) {
     int r1, r2, i, j;
@@ -564,3 +564,3 @@
 
-void change_colors(color) {
+void change_colors(int color) {
     if (has_colors() != FALSE) {