changeset 890:2bd199f3f865

[project @ 1994-11-08 20:29:30 by jwe]
author jwe
date Tue, 08 Nov 1994 20:29:30 +0000
parents a962376eac74
children 9e6bdfdfcf86
files liboctave/dColVector.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/dColVector.cc	Tue Nov 08 02:22:18 1994 +0000
+++ b/liboctave/dColVector.cc	Tue Nov 08 20:29:30 1994 +0000
@@ -201,7 +201,7 @@
     {
       (*current_liboctave_error_handler)
 	("nonconformant vector += operation attempted");
-      *this;
+      return *this;
     }
 
   if (len == 0)