forked from Imagelibrary/rtems
Solaris port updates from Chris Johns
This commit is contained in:
@@ -197,7 +197,7 @@ process(char *arg)
|
||||
if ( buffer[ length ] != '\n' )
|
||||
error(ERR_ERRNO|ERR_FATAL, "Line %d too long in %s\n", line_number, arg);
|
||||
|
||||
while ( isspace( buffer[ length ] ) )
|
||||
while ( isspace( (int) buffer[ length ] ) )
|
||||
buffer[ length-- ] = '\0';
|
||||
|
||||
if ( test_only ) {
|
||||
|
||||
Reference in New Issue
Block a user