X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=test%2Fdemo_defkey.c;h=39b8f292dfedf23656359917d97f1ed1e266d74c;hb=af3d0ee323cbb22d2a7596d564bf68f7307f5076;hp=c02487cfd4e1eab1a1fdefa8ad831782cb53872c;hpb=e2e9c09c48b19b24979cafb2d4864f538b5ddd1c;p=ncurses.git diff --git a/test/demo_defkey.c b/test/demo_defkey.c index c02487cf..39b8f292 100644 --- a/test/demo_defkey.c +++ b/test/demo_defkey.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 2002-2013,2016 Free Software Foundation, Inc. * + * Copyright (c) 2002-2016,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 * @@ -26,7 +26,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: demo_defkey.c,v 1.25 2016/09/10 21:22:01 tom Exp $ + * $Id: demo_defkey.c,v 1.27 2017/04/09 23:57:56 tom Exp $ * * Demonstrate the define_key() function. * Thomas Dickey - 2002/11/23 @@ -108,7 +108,7 @@ visible(const char *string) char temp[80]; _nc_STRNCPY(temp, visichar(string[n]), sizeof(temp) - 2); if (pass) { - _nc_STRCAT(result, temp, sizeof(temp)); + _nc_STRCAT(result, temp, need); } else { need += strlen(temp); } @@ -272,7 +272,7 @@ main(int argc GCC_UNUSED, char *argv[]GCC_UNUSED) break; } endwin(); - ExitProgram(EXIT_FAILURE); + ExitProgram(EXIT_SUCCESS); } #else int