From 7ae0fb8b98cbb1b1f2f16650d9768f8ad6e2b57a Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Sun, 2 Mar 2003 17:13:03 +0000 Subject: one day in the world thing will be checked before commited CVS patchset: 4321 CVS date: 2003/03/02 17:13:03 --- src/xine-utils/xineutils.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/xine-utils/xineutils.h b/src/xine-utils/xineutils.h index 6deed1406..c2ceeeec2 100644 --- a/src/xine-utils/xineutils.h +++ b/src/xine-utils/xineutils.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xineutils.h,v 1.37 2003/03/01 14:35:54 jkeil Exp $ + * $Id: xineutils.h,v 1.38 2003/03/02 17:13:03 f1rmb Exp $ * */ #ifndef XINEUTILS_H @@ -810,7 +810,7 @@ print_trace (void) size = backtrace (array, 10); strings = backtrace_symbols (array, size); - printf ("Obtained %zd stack frames.\n", size); + printf ("Obtained %d stack frames.\n", size); for (i = 0; i < size; i++) { printf ("%s\n", strings[i]); -- cgit v1.2.3