Revert last change, because it is wrong.
Original commit message from CVS: Revert last change, because it is wrong.
This commit is contained in:
parent
f63b0cf6c5
commit
dd67a01ad2
@ -9,7 +9,7 @@
|
|||||||
AUStream::AUStream ():
|
AUStream::AUStream ():
|
||||||
cur_rd (0), cur_wr (0), totalctr (0), size (0), buf (0)
|
cur_rd (0), cur_wr (0), totalctr (0), size (0), buf (0)
|
||||||
{
|
{
|
||||||
buf = new (Aunit **)[AUStream::BUF_SIZE];
|
buf = new (Aunit *)[AUStream::BUF_SIZE];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user