Imported from ../bash-2.05b.tar.gz.
[platform/upstream/bash.git] / bracecomp.c
index 323b794..34fc91e 100644 (file)
@@ -152,7 +152,7 @@ hack_braces_completion (names)
   register int i;
   char *temp;
 
-  temp = really_munge_braces (names, 1, array_len (names), 0);
+  temp = really_munge_braces (names, 1, strvec_len (names), 0);
 
   for (i = 0; names[i]; ++i)
     {