aboutsummaryrefslogtreecommitdiff
path: root/ncurses/tinfo/access.c
diff options
context:
space:
mode:
Diffstat (limited to 'ncurses/tinfo/access.c')
-rw-r--r--ncurses/tinfo/access.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/ncurses/tinfo/access.c b/ncurses/tinfo/access.c
index ce8ccdac53f6..87c4f462fd4f 100644
--- a/ncurses/tinfo/access.c
+++ b/ncurses/tinfo/access.c
@@ -1,5 +1,5 @@
/****************************************************************************
- * Copyright (c) 1998-2006,2007 Free Software Foundation, Inc. *
+ * Copyright (c) 1998-2009,2010 Free Software Foundation, Inc. *
* *
* Permission is hereby granted, free of charge, to any person obtaining a *
* copy of this software and associated documentation files (the *
@@ -36,9 +36,8 @@
#include <sys/stat.h>
#include <tic.h>
-#include <nc_alloc.h>
-MODULE_ID("$Id: access.c,v 1.14 2007/11/18 00:57:53 tom Exp $")
+MODULE_ID("$Id: access.c,v 1.16 2010/01/23 17:57:43 tom Exp $")
#define LOWERCASE(c) ((isalpha(UChar(c)) && isupper(UChar(c))) ? tolower(UChar(c)) : (c))
@@ -97,7 +96,7 @@ _nc_pathlast(const char *path)
test = path;
else
test++;
- return (test - path);
+ return (unsigned) (test - path);
}
NCURSES_EXPORT(char *)