From 9fa9eb9ac7bf1d3de825ee25a8f0ae81b7b77896 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Tue, 26 Jul 2016 16:51:15 +0000 Subject: Cleanup patches, a* categories. Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight --- audio/xwave/files/patch-src_edit.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'audio/xwave/files/patch-src_edit.c') diff --git a/audio/xwave/files/patch-src_edit.c b/audio/xwave/files/patch-src_edit.c index 111c5802e7d1..78886ceb697b 100644 --- a/audio/xwave/files/patch-src_edit.c +++ b/audio/xwave/files/patch-src_edit.c @@ -1,6 +1,6 @@ ---- 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 @@ +--- src/edit.c.orig 1998-11-08 23:22:55 UTC ++++ src/edit.c +@@ -54,6 +54,7 @@ extern char begin_text[MAX_NUMLENGTH]; extern bool button_2; /* these conversion routines are also in graphics.c */ @@ -8,7 +8,7 @@ int mg_sel_leftsample(float step,int x) { return(ceil(step*x-0.5)); -@@ -73,7 +74,7 @@ +@@ -73,7 +74,7 @@ int mg_sel_rightpixel(float step,int x) { return((int)(((float)x+0.5)/step)); } -- cgit v1.2.3