summaryrefslogtreecommitdiff
path: root/audio/xwave/files/patch-as
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xwave/files/patch-as')
-rw-r--r--audio/xwave/files/patch-as19
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/xwave/files/patch-as b/audio/xwave/files/patch-as
new file mode 100644
index 000000000000..111c5802e7d1
--- /dev/null
+++ b/audio/xwave/files/patch-as
@@ -0,0 +1,19 @@
+--- src/edit.c.orig Mon Nov 9 08:22:55 1998
++++ src/edit.c Fri Jun 30 20:48:28 2000
+@@ -54,6 +54,7 @@
+ extern bool button_2;
+
+ /* these conversion routines are also in graphics.c */
++/* Commented out. M. Kraft 2000-06-28
+ int mg_sel_leftsample(float step,int x)
+ {
+ return(ceil(step*x-0.5));
+@@ -73,7 +74,7 @@
+ {
+ return((int)(((float)x+0.5)/step));
+ }
+-
++*/
+
+ void begin_up(Widget w, XtPointer client_data, XtPointer call_data)
+ {