18 lines
519 B
Text
18 lines
519 B
Text
$NetBSD: patch-aq,v 1.3 2001/05/24 19:51:47 dmcmahill Exp $
|
|
|
|
--- tracer/trcutil.c.orig Mon Mar 22 10:25:58 1999
|
|
+++ tracer/trcutil.c Tue May 15 23:21:24 2001
|
|
@@ -1319,5 +1319,5 @@
|
|
if ( i < trptr->num - 1 )
|
|
{
|
|
- sprintf( tmp, "%lf, ",
|
|
+ sprintf( tmp, "%f, ",
|
|
TRC_ARR_VALUE_OF( trptr->value,
|
|
double, i ) );
|
|
@@ -1326,5 +1326,5 @@
|
|
else
|
|
{
|
|
- sprintf( tmp, "%lf",
|
|
+ sprintf( tmp, "%f",
|
|
TRC_ARR_VALUE_OF( trptr->value,
|
|
double, i ) );
|