# This is a BitKeeper generated diff -Nru style patch. # # ChangeSet # 2005/04/04 10:02:19+02:00 smurf@smurf.noris.de # don't drop the first arg of span= please # # ztcfg.c # 2005/04/04 10:02:19+02:00 smurf@smurf.noris.de +1 -1 # don't drop the first arg of span= please # diff -Nru a/ztcfg.c b/ztcfg.c --- a/ztcfg.c 2005-04-04 10:19:48 +02:00 +++ b/ztcfg.c 2005-04-04 10:19:48 +02:00 @@ -267,7 +267,7 @@ return -1; } } - lc[spans].span = spans + 1; + lc[spans].span = span; lc[spans].sync = timing; /* Valid span */ spans++;