[Ltrace-devel] r12 - ltrace/trunk
Ian Wienand
ianw-guest at costa.debian.org
Tue Feb 21 00:05:10 UTC 2006
Author: ianw-guest
Date: 2006-02-21 00:05:09 +0000 (Tue, 21 Feb 2006)
New Revision: 12
Modified:
ltrace/trunk/summary.c
Log:
typo
Modified: ltrace/trunk/summary.c
===================================================================
--- ltrace/trunk/summary.c 2006-02-20 23:23:55 UTC (rev 11)
+++ ltrace/trunk/summary.c 2006-02-21 00:05:09 UTC (rev 12)
@@ -83,7 +83,7 @@
(int)entries[i].tv.tv_sec, (int)entries[i].tv.tv_usec,
(unsigned long int)(c / entries[i].count),
entries[i].count,
- opt_C ? my_demange(entries[i].name) : entries[i].name);
+ opt_C ? my_demangle(entries[i].name) : entries[i].name);
}
printf
("------ ----------- ----------- --------- --------------------\n");
More information about the Ltrace-devel
mailing list