Skip to content

Commit 939aec2

Browse files
committed
Fixed size indent in xsearch
1 parent 838fabb commit 939aec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/xsrc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ static void XSearch_DisplayEntry(xsearch_t *pSearch, xsearch_entry_t *pEntry)
466466
/* Create size string with indentation */
467467
char sSize[XSEARCH_SIZE_LEN], sRound[XSEARCH_SIZE_LEN + 8];
468468
XBytesToUnit(sSize, sizeof(sSize), pEntry->nSize, XTRUE);
469-
xstrnlcpyf(sRound, sizeof(sRound), 7, XSTR_SPACE_CHAR, "%s", sSize);
469+
xstrnlcpyf(sRound, sizeof(sRound), 8, XSTR_SPACE_CHAR, "%s", sSize);
470470

471471
if (pEntry->nLineNum && xstrused(sLine))
472472
{

0 commit comments

Comments
 (0)