Skip to content

Commit

Permalink
Updated to last sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephane-D committed Nov 7, 2024
1 parent db67fc6 commit bf2ecca
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
Binary file modified lib/libmd.a
Binary file not shown.
Binary file modified lib/libmd_debug.a
Binary file not shown.
3 changes: 1 addition & 2 deletions src/vdp_bg.c
Original file line number Diff line number Diff line change
Expand Up @@ -395,9 +395,8 @@ void VDP_drawTextFill(const char* str, u16 x, u16 y, u16 len)
// revert '\0' terminator
--dst;

// fill size
u16 strSize = dst - fixedStr;
// remaining space ?
// remaining space to fill ?
if (strSize < len)
{
// append space chars
Expand Down

0 comments on commit bf2ecca

Please sign in to comment.