bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: The patch of pfinet


From: zhengda
Subject: Re: The patch of pfinet
Date: Fri, 15 Aug 2008 11:06:29 +0200
User-agent: Thunderbird 2.0.0.16 (X11/20080707)

olafBuddenhagen@gmx.net wrote:
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.
My vim has been configured to use tab now, and the tab stops every 8 columns.
I think now it should work OK.

Zheng Da




reply via email to

[Prev in Thread] Current Thread [Next in Thread]