X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=test%2Ftestscanw.c;fp=test%2Ftestscanw.c;h=96758f14e2fdeb9ed55c911728dae75cec1ce96b;hb=8890c8f28a1db5995ef17f52a7d8c0b9cf574210;hp=79589c20386d76d31a886080672e8e255e1861b3;hpb=d97989d1e0db7282c723cabb44b991b951790006;p=ncurses.git 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])))