forked from Imagelibrary/rtems
2006-02-01 Joel Sherrill <joel@OARcorp.com>
PR 855/tests * support/include/tmacros.h: Fix typo.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2006-02-01 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
|
PR 855/tests
|
||||||
|
* support/include/tmacros.h: Fix typo.
|
||||||
|
|
||||||
2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
|
2005-11-22 Ralf Corsepius <ralf.corsepius@rtems.org>
|
||||||
|
|
||||||
* aclocal/enable-bare.m4: Remove (Unused).
|
* aclocal/enable-bare.m4: Remove (Unused).
|
||||||
|
|||||||
@@ -144,7 +144,7 @@ extern "C" {
|
|||||||
|
|
||||||
#define sprint_time(_str, _s1, _tb, _s2) \
|
#define sprint_time(_str, _s1, _tb, _s2) \
|
||||||
do { \
|
do { \
|
||||||
sprintf( (str), "%s%02d:%02d:%02d %02d/%02d/%04d%s", \
|
sprintf( (_str), "%s%02d:%02d:%02d %02d/%02d/%04d%s", \
|
||||||
_s1, (_tb)->hour, (_tb)->minute, (_tb)->second, \
|
_s1, (_tb)->hour, (_tb)->minute, (_tb)->second, \
|
||||||
(_tb)->month, (_tb)->day, (_tb)->year, _s2 ); \
|
(_tb)->month, (_tb)->day, (_tb)->year, _s2 ); \
|
||||||
} while ( 0 )
|
} while ( 0 )
|
||||||
|
|||||||
Reference in New Issue
Block a user