Warning fix.

This commit is contained in:
Ralph Lange
2004-05-28 11:33:11 +00:00
parent 0897e71ca0
commit 1c594c2522

View File

@@ -383,7 +383,7 @@ char *dbr2str (const void *value, unsigned type)
printAbs = 1; \
} \
\
if (!printAbs) \
if (!printAbs) { \
if (pv->firstStampPrinted) \
{ \
printf("%10.4fs ", epicsTimeDiffInSeconds( \
@@ -392,6 +392,7 @@ char *dbr2str (const void *value, unsigned type)
printAbs = 1; \
pv->firstStampPrinted = 1; \
} \
} \
\
if (tsType == incrementalByChan) \
pv->tsPrevious = ((struct TYPE *)value)->stamp; \