X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=progs%2Ftoe.c;h=9b62d1e3bd2156008493e43afad1f53891c735c2;hb=3ec8f79f3ceda990461c80de2f96d66b886e00d5;hp=9c0de791d72ba5291a74ca916b70aff7cbadfe0f;hpb=027ae42953e3186daed8f3882da73de48291b606;p=ncurses.git diff --git a/progs/toe.c b/progs/toe.c index 9c0de791..9b62d1e3 100644 --- a/progs/toe.c +++ b/progs/toe.c @@ -1,5 +1,5 @@ /**************************************************************************** - * Copyright (c) 1998-2005,2006 Free Software Foundation, Inc. * + * Copyright (c) 1998-2006,2007 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 * @@ -46,7 +46,7 @@ #include #endif -MODULE_ID("$Id: toe.c,v 1.41 2006/08/19 18:18:09 tom Exp $") +MODULE_ID("$Id: toe.c,v 1.43 2007/02/03 19:10:39 tom Exp $") #define isDotname(name) (!strcmp(name, ".") || !strcmp(name, "..")) @@ -60,7 +60,7 @@ ExitProgram(int code) { _nc_free_entries(_nc_head); _nc_leaks_dump_entry(); - _nc_free_and_exit(code); + _nc_free_tic(code); } #endif