Hi, On Wed, Aug 13, 2008 at 12:07:50PM +0200, zhengda wrote:
>>> for (in = h->interfaces; in < h->interfaces + h->num_interfaces; in++) >>> - if (strcmp (in->device->name, arg) == 0) >>> + if (strcmp (in->name, arg) == 0) >>> >> >> Wrong indentation. >> > I think the problem is that my vim always uses space instead of tab. Indeed, the problem is that the original code contains tabs, which results in a shift with the diff prefix and mail quoting... Sorry for the confusion. -antrik-