From dd67a01ad201c24958e8d3c265c0373b0818e2ef Mon Sep 17 00:00:00 2001 From: David Schleef Date: Fri, 25 Jul 2003 19:42:28 +0000 Subject: [PATCH] Revert last change, because it is wrong. Original commit message from CVS: Revert last change, because it is wrong. --- ext/mplex/vector.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/mplex/vector.cc b/ext/mplex/vector.cc index 901b1a5..343b628 100644 --- a/ext/mplex/vector.cc +++ b/ext/mplex/vector.cc @@ -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]; } -- 2.7.4