/[pspp]/pspp/src/sysfile-info.c
ViewVC logotype

Diff of /pspp/src/sysfile-info.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.12 by jmd, Fri Apr 29 01:02:16 2005 UTC revision 1.13 by blp, Mon May 2 06:21:21 2005 UTC
# Line 569  compare_vectors_by_name (const void *a_, Line 569  compare_vectors_by_name (const void *a_,
569    struct vector *a = *pa;    struct vector *a = *pa;
570    struct vector *b = *pb;    struct vector *b = *pb;
571        
572    return strcmp (a->name, b->name);    return strcasecmp (a->name, b->name);
573  }  }
574    
575  /* Display a list of vectors.  If SORTED is nonzero then they are  /* Display a list of vectors.  If SORTED is nonzero then they are

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26