testsuite/alsa/sinesrc.c: cosmetic fix to fix compile issue with gcc 2.95.4
authorBenjamin Otte <otte@gnome.org>
Mon, 16 Feb 2004 22:37:36 +0000 (22:37 +0000)
committerBenjamin Otte <otte@gnome.org>
Mon, 16 Feb 2004 22:37:36 +0000 (22:37 +0000)
Original commit message from CVS:
2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>

* testsuite/alsa/sinesrc.c:
cosmetic fix to fix compile issue with gcc 2.95.4

ChangeLog
tests/old/testsuite/alsa/sinesrc.c
testsuite/alsa/sinesrc.c

index 2d3f56b..969180b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
+
+       * testsuite/alsa/sinesrc.c:
+         cosmetic fix to fix compile issue with gcc 2.95.4
+
 2004-02-16  Julien MOUTTE <julien@moutte.net>
 
        * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
index 9203e76..7ffbe24 100644 (file)
@@ -158,7 +158,7 @@ static gint8 IDENTITY(gint8 x) { return x; };
     default: \
       g_assert_not_reached ();\
   };\
-  formatp = data;\
+  format *p = data;\
   for (j = 0; j < src->channels; j++) {\
     *p = val;\
     p ++;\
index 9203e76..7ffbe24 100644 (file)
@@ -158,7 +158,7 @@ static gint8 IDENTITY(gint8 x) { return x; };
     default: \
       g_assert_not_reached ();\
   };\
-  formatp = data;\
+  format *p = data;\
   for (j = 0; j < src->channels; j++) {\
     *p = val;\
     p ++;\