=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tic/tic.c,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- src/usr.bin/tic/tic.c 2000/01/12 16:26:47 1.15 +++ src/usr.bin/tic/tic.c 2000/01/16 01:35:19 1.16 @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998,1999 Free Software Foundation, Inc. * + * Copyright (c) 1998-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 * @@ -42,7 +42,7 @@ #include #include -MODULE_ID("$From: tic.c,v 1.55 1999/12/11 20:20:54 tom Exp $") +MODULE_ID("$From: tic.c,v 1.57 2000/01/15 21:44:28 tom Exp $") const char *_nc_progname = "tic"; @@ -518,7 +518,7 @@ } debug_level = (v_opt > 0) ? v_opt : (v_opt == 0); - _nc_tracing = (1 << debug_level) - 1; + set_trace_level(debug_level); if (_nc_tracing) { save_check_termtype = _nc_check_termtype;