X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Ffmt_scan.c;h=59e1c94110c5fcce184be912aeed1a8a84eba1b3;hp=4921854610200f384f90c36160f926fa816aa637;hb=e25b4ce52c29f7458cd203cc70f73e1a6a241ede;hpb=ebff0feca0d651c3d0c535a8147963f97807c17a diff --git a/sbr/fmt_scan.c b/sbr/fmt_scan.c index 4921854..59e1c94 100644 --- a/sbr/fmt_scan.c +++ b/sbr/fmt_scan.c @@ -133,6 +133,7 @@ char * PUTSF(char *cp, char *str, unsigned int wid, char fill) { for (j = term_len ; j <= wid ; j++) { *(cp + i++) = fill; } + i--; } return cp + i;