summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-09-27 22:14:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-09-27 22:14:36 +0000
commit7a965bcd6a3a03712a695541ce24eeb380754e81 (patch)
treec5337785020a5098d2ad6b17756a55c17d0b5a08
parent2004-09-27 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-7a965bcd6a3a03712a695541ce24eeb380754e81.tar.bz2
2004-09-27 Joel Sherrill <joel@OARcorp.com>
* libmisc/stackchk/check.c: Spacing.
Diffstat (limited to '')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/libmisc/stackchk/check.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index aeb9bcf73c..66e46d3294 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2004-09-27 Joel Sherrill <joel@OARcorp.com>
+
+ * libmisc/stackchk/check.c: Spacing.
+
2004-09-24 Ralf Corsepius <ralf_corsepius@rtems.org>
* configure.ac: Require automake > 1.9.
diff --git a/cpukit/libmisc/stackchk/check.c b/cpukit/libmisc/stackchk/check.c
index e5ae3c7970..dd5bb0314d 100644
--- a/cpukit/libmisc/stackchk/check.c
+++ b/cpukit/libmisc/stackchk/check.c
@@ -464,7 +464,7 @@ void Stack_check_Dump_threads_usage(
if ( info->is_string ) {
name = (char *) the_thread->Object.name;
} else {
- u32_name = (uint32_t )the_thread->Object.name;
+ u32_name = (uint32_t )the_thread->Object.name;
name[ 0 ] = (u32_name >> 24) & 0xff;
name[ 1 ] = (u32_name >> 16) & 0xff;
name[ 2 ] = (u32_name >> 8) & 0xff;