pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/sysfile-info.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/sysfile-info.c
Date: Mon, 02 May 2005 02:21:40 -0400

Index: pspp/src/sysfile-info.c
diff -u pspp/src/sysfile-info.c:1.12 pspp/src/sysfile-info.c:1.13
--- pspp/src/sysfile-info.c:1.12        Fri Apr 29 01:02:16 2005
+++ pspp/src/sysfile-info.c     Mon May  2 06:21:21 2005
@@ -569,7 +569,7 @@
   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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]