mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
2004-03-05 Joel Sherrill <joel@OARcorp.com>
* sp07/buffered_io.c: Remove warning.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2004-03-05 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* sp07/buffered_io.c: Remove warning.
|
||||
|
||||
2004-01-14 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||
|
||||
* sp01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
|
||||
|
||||
@@ -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