summaryrefslogtreecommitdiff
path: root/lib/libcurses/tinfo/write_entry.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-03-11 21:03:59 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-03-11 21:03:59 +0000
commit73a856115702157d58128365662b9519d7daeadc (patch)
tree6ff9a5f980b684e623391e394e48c512c960ced4 /lib/libcurses/tinfo/write_entry.c
parent62849813a43735aeaa89e531a24138e11c68b595 (diff)
ncurses-4.2-990307
Diffstat (limited to 'lib/libcurses/tinfo/write_entry.c')
-rw-r--r--lib/libcurses/tinfo/write_entry.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libcurses/tinfo/write_entry.c b/lib/libcurses/tinfo/write_entry.c
index a085849b491..9ca111ce5c2 100644
--- a/lib/libcurses/tinfo/write_entry.c
+++ b/lib/libcurses/tinfo/write_entry.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: write_entry.c,v 1.2 1999/03/02 06:23:29 millert Exp $ */
+/* $OpenBSD: write_entry.c,v 1.3 1999/03/11 21:03:57 millert Exp $ */
/****************************************************************************
* Copyright (c) 1998 Free Software Foundation, Inc. *
@@ -56,7 +56,7 @@
#define TRACE_OUT(p) /*nothing*/
#endif
-MODULE_ID("$From: write_entry.c,v 1.45 1999/02/28 22:26:33 tom Exp $")
+MODULE_ID("$From: write_entry.c,v 1.46 1999/03/06 22:48:21 tom Exp $")
static int total_written;
@@ -379,7 +379,7 @@ static int compute_offsets(char **Strings, int strmax, short *offsets)
return nextfree;
}
-static void convert_shorts(char *buf, short *Numbers, int count)
+static void convert_shorts(unsigned char *buf, short *Numbers, int count)
{
int i;
for (i = 0; i < count; i++) {