2006-02-01 Joel Sherrill <joel@OARcorp.com>

PR 855/tests
	* support/include/tmacros.h: Fix typo.
This commit is contained in:
Joel Sherrill
2006-02-01 19:43:32 +00:00
parent 4417e408a2
commit 104c492ef2
2 changed files with 6 additions and 1 deletions

View File

@@ -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).

View File

@@ -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 )