Re: [PATCHv2 1/2] parse-options: add PARSE_OPT_LITERAL_ARGHELP for complicated argh's

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

 



Junio C Hamano schrieb:
> Stephen Boyd <bebarino@xxxxxxxxx> writes:
> 
>> I've decided to appease the pirate haters :-)
> 
> Hmmm, why does this break t0040 (I am queuing this on top of 5acb3e5)?

Probably because it changes this:

	pos += fprintf(...);

into this (simplified, usage_argh() expanded):

	pos += pos + fprintf(...);

usage_argh() doesn't need the parameter pos.

René
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]