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:
patacongo
2011-07-09 20:41:08 +00:00
parent 64fe463b9d
commit ed975abb65
3 changed files with 11 additions and 3 deletions
+4 -1
View File
@@ -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;