changeset 345:4f9072d00bec

[project @ 1994-02-08 06:32:06 by jwe]
author jwe
date Tue, 08 Feb 1994 06:32:06 +0000
parents a7fd0923e4e4
children c39c7680209b
files liboctave/mx-kludge.cc
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/liboctave/mx-kludge.cc	Tue Feb 08 05:56:08 1994 +0000
+++ b/liboctave/mx-kludge.cc	Tue Feb 08 06:32:06 1994 +0000
@@ -1,7 +1,7 @@
 // kludge.cc                                             -*- C++ -*-
 /*
 
-Copyright (C) 1992, 1993 John W. Eaton
+Copyright (C) 19921994 John W. Eaton
 
 This file is part of Octave.
 
@@ -306,7 +306,7 @@
     }
 
   if (r == 0 || c == 0)
-    return KL_MAT_TYPE ();
+    return KL_MAT_TYPE (r, c);
 
   int l = a.length ();
   DO_VV_OP (+);