New implementation of long variable names. Each variable has a
[pspp] / src / sysfile-info.c
index 2b463c216c727a9a8cf170fbd653fc3df336de80..860d74f2e5a4cdd77a08df6f5ece4f0dfa550c2b 100644 (file)
@@ -569,7 +569,7 @@ compare_vectors_by_name (const void *a_, const void *b_)
   struct vector *a = *pa;
   struct vector *b = *pb;
   
-  return strcmp (a->name, b->name);
+  return strcasecmp (a->name, b->name);
 }
 
 /* Display a list of vectors.  If SORTED is nonzero then they are