]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
Merge commit 'fml/master'
authorAndre Noll <maan@systemlinux.org>
Sun, 31 May 2009 10:40:10 +0000 (12:40 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 31 May 2009 10:40:10 +0000 (12:40 +0200)
osx_write.c

index df10221feee218a8f8c5ebe012de724b9228b624..4bdb0ceb9e1ec5c31ac1ea93e64bc2456633f74b 100644 (file)
@@ -279,7 +279,7 @@ static int osx_write_post_select(__a_unused struct sched *s,
 {
        struct private_osx_write_data *powd = wn->private_data;
        struct writer_node_group *wng = wn->wng;
-       short *data = (short*)wng->buf;
+       short *data = (short*)*wng->bufp;
 
        if (!need_new_buffer(wn))
                return 1;