revert previous erroneous checkin.
This commit is contained in:
parent
2380dfe14c
commit
d1adad9045
@ -125,7 +125,7 @@ strace::vsprntf (char *buf, const char *func, const char *infmt, va_list ap)
|
|||||||
int microsec = microseconds ();
|
int microsec = microseconds ();
|
||||||
lmicrosec = microsec;
|
lmicrosec = microsec;
|
||||||
|
|
||||||
__small_sprintf (fmt, "%7d [%s] %s ", microsec, tn, "%s %d/%d%s");
|
__small_sprintf (fmt, "%7d [%s] %s ", microsec, tn, "%s %d%s");
|
||||||
|
|
||||||
SetLastError (err);
|
SetLastError (err);
|
||||||
|
|
||||||
@ -147,7 +147,7 @@ strace::vsprntf (char *buf, const char *func, const char *infmt, va_list ap)
|
|||||||
*p = '\000';
|
*p = '\000';
|
||||||
p = progname;
|
p = progname;
|
||||||
count = __small_sprintf (buf, fmt, p && *p ? p : "?",
|
count = __small_sprintf (buf, fmt, p && *p ? p : "?",
|
||||||
myself->pid ?: GetCurrentProcessId (), GetCurrentProcessId (),
|
myself->pid ?: GetCurrentProcessId (),
|
||||||
execing ? "!" : "");
|
execing ? "!" : "");
|
||||||
if (func)
|
if (func)
|
||||||
count += getfunc (buf + count, func);
|
count += getfunc (buf + count, func);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user