diff scripts/general/strerror.m @ 4030:22bd65326ec1

[project @ 2002-08-09 18:58:13 by jwe]
author jwe
date Fri, 09 Aug 2002 19:00:16 +0000
parents 69b167451491
children 4c8a2e4e0717
line wrap: on
line diff
--- a/scripts/general/strerror.m
+++ b/scripts/general/strerror.m
@@ -37,7 +37,7 @@
     error ("strerror: first argument must be a string");
   endif
 
-  if (! is_scalar (err))
+  if (! isscalar (err))
     error ("strerror: second argument must be a scalar");
   endif