summaryrefslogtreecommitdiffstats
path: root/lib/libcurses/tinfo/comp_scan.c
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2000-03-10 01:35:01 +0000
committermillert <millert@openbsd.org>2000-03-10 01:35:01 +0000
commit4b107ee47ccf17c9f1ad6db8a59eb142776341c8 (patch)
tree20e23a45f7f7880a685cfd1261008320e43805bb /lib/libcurses/tinfo/comp_scan.c
parentincreased buffer size. (diff)
downloadwireguard-openbsd-4b107ee47ccf17c9f1ad6db8a59eb142776341c8.tar.xz
wireguard-openbsd-4b107ee47ccf17c9f1ad6db8a59eb142776341c8.zip
Update to ncurses-5.0-20000304
Diffstat (limited to 'lib/libcurses/tinfo/comp_scan.c')
-rw-r--r--lib/libcurses/tinfo/comp_scan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libcurses/tinfo/comp_scan.c b/lib/libcurses/tinfo/comp_scan.c
index c8784f0aedc..dea4b5cc350 100644
--- a/lib/libcurses/tinfo/comp_scan.c
+++ b/lib/libcurses/tinfo/comp_scan.c
@@ -1,5 +1,5 @@
/****************************************************************************
- * Copyright (c) 1998-2000 Free Software Foundation, Inc. *
+ * Copyright (c) 1998,1999,2000 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 *
@@ -49,7 +49,7 @@
#include <ctype.h>
#include <tic.h>
-MODULE_ID("$From: comp_scan.c,v 1.37 2000/01/15 21:52:23 tom Exp $")
+MODULE_ID("$From: comp_scan.c,v 1.38 2000/02/13 01:01:26 tom Exp $")
/*
* Maximum length of string capability we'll accept before raising an error.