[w3m-dev 02651] search keymap using hash

From: Hironori Sakamoto <hsaka@mth.biglobe.ne.jp>
This commit is contained in:
Fumitoshi UKAI
2001-12-10 17:02:43 +00:00
parent 0b03496f19
commit 14f4297a04
17 changed files with 191 additions and 141 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: indep.c,v 1.16 2001/12/10 15:27:59 ukai Exp $ */
/* $Id: indep.c,v 1.17 2001/12/10 17:02:44 ukai Exp $ */
#include "fm.h"
#include <stdio.h>
#include <pwd.h>
@@ -33,7 +33,7 @@ allocStr(const char *s, int len)
int
strCmp(const void *s1, const void *s2)
{
return strcmp(*(const char **)s1, *(const char **)s2);
return strcmp(*(const char **)s1, *(const char **)s2);
}
char *