Re: [Toybox] [PATCH] vconfig use atolx_range() instead of strtorange()

2014-02-01 Thread Isaac Dunham
On Tue, Dec 10, 2013 at 11:07:12AM +0530, Ashwini Sharma wrote: Hi List, atolx_range() is already added into lib/lib.c, in vconfig.c, __ atolx_range()__ can be used in place of locally defined __ strtorange()__ function. Attached is the patch for the same. regards, Ashwini I see

[Toybox] [Patch] - vconfig use atolx_range() instead of strtorange()

2013-12-09 Thread Ashwini Sharma
Hi List, atolx_range() is already added into lib/lib.c, in vconfig.c, __ atolx_range()__ can be used in place of locally defined __ strtorange()__ function. Attached is the patch for the same. regards, Ashwini vconfig.c.patch Description: Binary data