forked from Imagelibrary/rtems
2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp43/init.c: Fix warning.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2010-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* sp43/init.c: Fix warning.
|
||||||
|
|
||||||
2009-12-15 Glenn Humphrey <glenn.humphrey@OARcorp.com>
|
2009-12-15 Glenn Humphrey <glenn.humphrey@OARcorp.com>
|
||||||
|
|
||||||
* sp69/init.c: Fixed warnings.
|
* sp69/init.c: Fixed warnings.
|
||||||
|
|||||||
@@ -86,7 +86,7 @@ void change_name(
|
|||||||
else {
|
else {
|
||||||
printf( "(" );
|
printf( "(" );
|
||||||
for (c=newName ; *c ; ) {
|
for (c=newName ; *c ; ) {
|
||||||
if (isprint(*c)) printf( "%c", *c );
|
if (isprint((int)*c)) printf( "%c", *c );
|
||||||
else printf( "0x%02x", *c );
|
else printf( "0x%02x", *c );
|
||||||
c++;
|
c++;
|
||||||
if ( *c )
|
if ( *c )
|
||||||
|
|||||||
Reference in New Issue
Block a user