[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
aliases format makedb, extended lines
Hi,
There is a little problem with it, makedb -a would not
handle extended lines properly... Either it is still too early
or it has to be like this:
*** makedb.c.orig Thu Apr 2 10:50:03 1998
--- makedb.c Thu Apr 2 10:49:47 1998
***************
*** 499,506 ****
slen = strlen(s0);
tlen = strlen(t) + 2;
s0 = erealloc(s0, slen + tlen + 4);
! memcpy(s0 + slen + 0, " ,\n\t", 4);
! memcpy(s0 + slen + 4, t, tlen-1);
continue;
}
if (*t == '\t' || *t == ' ') {
--- 499,505 ----
slen = strlen(s0);
tlen = strlen(t) + 2;
s0 = erealloc(s0, slen + tlen + 4);
! memcpy(s0 + slen, t, tlen-1);
continue;
}
if (*t == '\t' || *t == ' ') {
alexis
--
Better to be down here wishing you were up there
than up there wishing you were down here...