mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
graphics/nxwidgets/src/cimage.cxx: Fix a syslog format
This commit is contained in:
parent
747ca594d6
commit
2667fb265b
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ void CImage::drawContents(CGraphicsPort *port, bool selected)
|
|||
|
||||
if (!m_bitmap->getRun(0, srcRow, nLeftPixels, &buffer[m_origin.x]))
|
||||
{
|
||||
ginfo("IBitmap::getRun failed at image row\n", srcRow);
|
||||
ginfo("IBitmap::getRun failed at image row %d\n", srcRow);
|
||||
delete buffer;
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue