X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=test%2Ftestscanw.c;h=96758f14e2fdeb9ed55c911728dae75cec1ce96b;hp=79589c20386d76d31a886080672e8e255e1861b3;hb=96a4663880a73a00b11700da8a404fdd56833925;hpb=027ae42953e3186daed8f3882da73de48291b606 diff --git a/test/testscanw.c b/test/testscanw.c index 79589c20..96758f14 100644 --- a/test/testscanw.c +++ b/test/testscanw.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2002,2006 Free Software Foundation, Inc. * + * Copyright (c) 1998-2006,2019 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 * @@ -29,7 +29,7 @@ * Date: 1997/03/17 * From: bayern@morpheus.cis.yale.edu * - * $Id: testscanw.c,v 1.11 2006/04/01 19:08:03 tom Exp $ + * $Id: testscanw.c,v 1.12 2019/12/07 18:07:04 tom Exp $ */ #include @@ -47,7 +47,7 @@ main(int argc, char *argv[]) echo(); #if 0 - trace(TRACE_UPDATE | TRACE_CALLS); + curses_trace(TRACE_UPDATE | TRACE_CALLS); #endif while (argc > 1) { if (isdigit(UChar(*argv[1])))