diff options
author | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-03-02 17:13:03 +0000 |
---|---|---|
committer | Daniel Caujolle-Bert <f1rmb@users.sourceforge.net> | 2003-03-02 17:13:03 +0000 |
commit | 7ae0fb8b98cbb1b1f2f16650d9768f8ad6e2b57a (patch) | |
tree | bf1f71b863af3960a72b9f6aa2ddb39f4bfe7cd7 | |
parent | 81d61dba0b902f7cb0d9d040214f8a13c3ece33b (diff) | |
download | xine-lib-7ae0fb8b98cbb1b1f2f16650d9768f8ad6e2b57a.tar.gz xine-lib-7ae0fb8b98cbb1b1f2f16650d9768f8ad6e2b57a.tar.bz2 |
one day in the world thing will be checked before commited
CVS patchset: 4321
CVS date: 2003/03/02 17:13:03
-rw-r--r-- | src/xine-utils/xineutils.h | 4 |
1 files changed, 2 insertions, 2 deletions
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]); |