Revert last change, because it is wrong.
authorDavid Schleef <ds@schleef.org>
Fri, 25 Jul 2003 19:42:28 +0000 (19:42 +0000)
committerDavid Schleef <ds@schleef.org>
Fri, 25 Jul 2003 19:42:28 +0000 (19:42 +0000)
Original commit message from CVS:
Revert last change, because it is wrong.

ext/mplex/vector.cc

index 901b1a5..343b628 100644 (file)
@@ -9,7 +9,7 @@
 AUStream::AUStream ():
 cur_rd (0), cur_wr (0), totalctr (0), size (0), buf (0)
 {
-  buf = new (Aunit **)[AUStream::BUF_SIZE];
+  buf = new (Aunit *)[AUStream::BUF_SIZE];
 }