diff scripts/general/num2str.m @ 5355:cf44c749ba52

[project @ 2005-05-18 11:43:37 by jwe]
author jwe
date Wed, 18 May 2005 11:43:38 +0000
parents 4c8a2e4e0717
children ec8c33dcd1bf
line wrap: on
line diff
--- a/scripts/general/num2str.m	Wed May 18 02:48:35 2005 +0000
+++ b/scripts/general/num2str.m	Wed May 18 11:43:38 2005 +0000
@@ -38,6 +38,7 @@
 
   if (isstr (x))
     retval = x;
+    return;
   endif
 
   if (iscomplex (x))