X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=ncurses%2Fbase%2Flib_inchstr.c;h=38af2393b1f84bf9830a79745c42ee1d7046c5db;hp=bf30e3ce26637651c897e545023a09435ba47fd9;hb=dafd158641767f37aa900c195aaa77b27da38500;hpb=8e397cccba0aad135cb9a8a353756f4273a7cdf6 diff --git a/ncurses/base/lib_inchstr.c b/ncurses/base/lib_inchstr.c index bf30e3ce..38af2393 100644 --- a/ncurses/base/lib_inchstr.c +++ b/ncurses/base/lib_inchstr.c @@ -1,5 +1,6 @@ /**************************************************************************** - * Copyright (c) 1998-2010,2017 Free Software Foundation, Inc. * + * Copyright 2020 Thomas E. Dickey * + * Copyright 1998-2010,2017 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 * @@ -41,7 +42,7 @@ #include -MODULE_ID("$Id: lib_inchstr.c,v 1.16 2017/04/30 00:10:25 tom Exp $") +MODULE_ID("$Id: lib_inchstr.c,v 1.17 2020/02/02 23:34:34 tom Exp $") NCURSES_EXPORT(int) winchnstr(WINDOW *win, chtype *str, int n)