forked from Imagelibrary/rtems
2004-03-05 Joel Sherrill <joel@OARcorp.com>
* sp07/buffered_io.c: Remove warning.
This commit is contained in:
@@ -32,7 +32,7 @@ void buffered_io_add_string( char *s )
|
||||
{
|
||||
char *p = s;
|
||||
|
||||
while ( *s ) {
|
||||
Ring_buffer_Add_character( &Buffer, *s++ );
|
||||
while ( *p ) {
|
||||
Ring_buffer_Add_character( &Buffer, *p++ );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user