fix bug in string comparison
authorAndy Wingo <wingo@pobox.com>
Sat, 14 Nov 2009 12:25:00 +0000 (13:25 +0100)
committerAndy Wingo <wingo@pobox.com>
Sat, 14 Nov 2009 12:25:00 +0000 (13:25 +0100)
commit4b1c3f0e06454feea7aab3f927748addd9322106
tree60ba463bf07479d6fdbc4ee77d0482eefc6fd331
parent67231cef723ace0358e4ff743c0f8656eac48001
fix bug in string comparison

* libguile/srfi-13.c (compare_strings): Switch the "longer" and
  "shorter" arguments. All the callers of this function assumed that
  shorter came first. Fixes (string<? "abc" "abcd").
libguile/srfi-13.c