X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fsysfile-info.c;h=860d74f2e5a4cdd77a08df6f5ece4f0dfa550c2b;hb=1339492699ce7e12c9bf9fa17f9d60a66024cbd1;hp=f66ef654632291dd1b9b4489269802a9eb0eaf6f;hpb=ae692b0ac5ceff417fa9e9fc136d95acae3e99e1;p=pspp diff --git a/src/sysfile-info.c b/src/sysfile-info.c index f66ef65463..860d74f2e5 100644 --- a/src/sysfile-info.c +++ b/src/sysfile-info.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #include #include "error.h" @@ -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