X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Freplsbr.c;h=f6ccd3529bf87ee1c4ce53972e4f2010b57e85c8;hb=249681d7321292d887e9760258ad9fead2f98cd9;hp=a6d0f233b54e455a577731596991b199c37ad620;hpb=6d9658a54417d5676c3af5dd13db5f3ec5df9a0f;p=mmh diff --git a/uip/replsbr.c b/uip/replsbr.c index a6d0f23..f6ccd35 100644 --- a/uip/replsbr.c +++ b/uip/replsbr.c @@ -237,7 +237,7 @@ finished: dat[2] = 0; dat[3] = outputlinelen; dat[4] = 0; - fmt_scan (fmt, scanl, i, dat); + fmt_scan (fmt, scanl, i + 1, i, dat); fputs (scanl, out); if (badaddrs) { fputs ("\nrepl: bad addresses:\n", out);