summaryrefslogtreecommitdiff
path: root/dbm/src/nsres.c
diff options
context:
space:
mode:
authormcafee%netscape.com <devnull@localhost>1999-07-15 00:17:20 +0000
committermcafee%netscape.com <devnull@localhost>1999-07-15 00:17:20 +0000
commitb4185ed473620758ecfb6e0139216a48948494a5 (patch)
tree2b3aea51adcc5ff0da731fe90ede36756e769840 /dbm/src/nsres.c
parente0b98c1e483ec6210697ecad609959e2a6e5c7b3 (diff)
downloadnss-hg-b4185ed473620758ecfb6e0139216a48948494a5.tar.gz
Fixing warning errors (9245)
Diffstat (limited to 'dbm/src/nsres.c')
-rw-r--r--dbm/src/nsres.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbm/src/nsres.c b/dbm/src/nsres.c
index 1751b7c08..44b448cf7 100644
--- a/dbm/src/nsres.c
+++ b/dbm/src/nsres.c
@@ -49,7 +49,7 @@ int GenKeyData(const char *library, int32 id, DBT *key)
{
char idstr[10];
static char * strdata = NULL;
- int len;
+ size_t len;
if (strdata)
free (strdata);