mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:22:32 +08:00
Fix a critical font rendering bug
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3762 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -279,8 +279,11 @@ int NXF_FUNCNAME(nxf_convert,NXFONTS_SUFFIX)
|
||||
dptr++;
|
||||
}
|
||||
}
|
||||
line += stride;
|
||||
}
|
||||
|
||||
/* Advance to the beginning of the next line in the destination */
|
||||
|
||||
line += stride;
|
||||
}
|
||||
#endif
|
||||
return OK;
|
||||
|
||||
Reference in New Issue
Block a user