diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-05-17 03:16:27 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-05-17 03:16:27 -0400 |
commit | c7742b57ba05ecb66932512320e2a7e8adaf11c5 (patch) | |
tree | 40e16d43812ccf88ff22ce4d6aaea9ea45b97275 /WWW/Library/Implementation/HTFile.c | |
parent | 0bafa3a38906a8ffc183d758baa774d8b23a9fa4 (diff) | |
download | lynx-snapshots-c7742b57ba05ecb66932512320e2a7e8adaf11c5.tar.gz |
snapshot of project "lynx", label v2-8-2pre_4
Diffstat (limited to 'WWW/Library/Implementation/HTFile.c')
-rw-r--r-- | WWW/Library/Implementation/HTFile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/WWW/Library/Implementation/HTFile.c b/WWW/Library/Implementation/HTFile.c index be5212bf..18efcc9e 100644 --- a/WWW/Library/Implementation/HTFile.c +++ b/WWW/Library/Implementation/HTFile.c @@ -1556,7 +1556,7 @@ PRIVATE int print_local_dir ARGS5( { - HTBTree * bt = HTBTree_new((HTComparer)strcmp); + HTBTree * bt = HTBTree_new((HTComparer)AS_cmp); int num_of_entries = 0; /* lines counter */ _HTProgress (gettext("Reading directory...")); |