aboutsummaryrefslogtreecommitdiff
path: root/audio/mhwaveedit/files/patch-src::datasource.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/mhwaveedit/files/patch-src::datasource.c')
-rw-r--r--audio/mhwaveedit/files/patch-src::datasource.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/audio/mhwaveedit/files/patch-src::datasource.c b/audio/mhwaveedit/files/patch-src::datasource.c
deleted file mode 100644
index 9213f316e593..000000000000
--- a/audio/mhwaveedit/files/patch-src::datasource.c
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/datasource.c.orig Tue Dec 23 07:06:26 2003
-+++ src/datasource.c Sat Dec 27 00:59:02 2003
-@@ -212,8 +212,8 @@
-
- Datasource *datasource_byteswap(Datasource *source)
- {
-- if (source == NULL) return NULL;
- Datasource *ds;
-+ if (source == NULL) return NULL;
- ds = gtk_type_new(datasource_get_type());
- ds->type = DATASOURCE_BYTESWAP;
- memcpy(&(ds->format),&(source->format),sizeof(Dataformat));