freebsd-ports/audio/mhwaveedit/files/patch-src::datasource.c
Pav Lucistnik 7664565a22 - Update to 1.2.4
PR:		ports/60618
Submitted by:	Ports Fury
2003-12-27 14:46:45 +00:00

12 lines
427 B
C

--- 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));