Changeset 457 for trunk/libs/mini-libc/stdio.c
- Timestamp:
- Aug 2, 2018, 11:47:13 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libs/mini-libc/stdio.c
r445 r457 266 266 if ( count == -1 ) 267 267 { 268 display_string( " stdlib: xprintf failure" );268 display_string( "printf : xprintf failure" ); 269 269 return -1; 270 270 } … … 272 272 { 273 273 string[count] = 0; 274 return write( 1 , &string , count + 1);274 return write( 1 , &string , count ); 275 275 } 276 276 }
Note: See TracChangeset
for help on using the changeset viewer.