diff options
Diffstat (limited to 'x11/qrash/files/patch-ar')
-rw-r--r-- | x11/qrash/files/patch-ar | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/x11/qrash/files/patch-ar b/x11/qrash/files/patch-ar deleted file mode 100644 index dc430ee5b3bd..000000000000 --- a/x11/qrash/files/patch-ar +++ /dev/null @@ -1,20 +0,0 @@ ---- cars.cc.orig Sun Dec 26 17:29:59 1999 -+++ cars.cc Sun Dec 26 17:30:19 1999 -@@ -105,7 +105,7 @@ - } - what &= 0xF; - -- static old_order = -1, next_row = 5, scale_timer = 0; -+ static int old_order = -1, next_row = 5, scale_timer = 0; - static bool scale_flag = false; - if( old_order != order ) { - old_order = order; -@@ -117,7 +117,7 @@ - scale_flag = !scale_flag; - } - -- static offset = 0; -+ static int offset = 0; - - float scale = 1; - |