According to Vladimir Lipskiy: > STRING *res; > size_t len; > > < len = s1 ? s1->bufused : 0; > < if (s2 && s2->bufused < len) > < len = s2->bufused; > < > < if (dest && *dest) > --- > > if (dest && *dest) > res = *dest; > else if (!s1 || !s2) > res = string_make(interpreter, NULL, 0, NULL, 0, NULL);
What in $DEITY's name is *that*? It sure isn't a context diff. A context diff is what you get from "diff -u" or "diff -c". -- Chip Salzenberg - a.k.a. - <[EMAIL PROTECTED]> "I wanted to play hopscotch with the impenetrable mystery of existence, but he stepped in a wormhole and had to go in early." // MST3K