Re: [Suspend-devel] Bug in option handling

2007-05-16 Thread Stefan Seyfried
Hi, On Sat, May 12, 2007 at 10:18:36PM +0200, Tim Dijkstra wrote: > Hi, > > OK, it turns out that my last patch for adding comments to usage had a > horrible bug. Although (struct option_descr) would yield a (struct option), > as anticipated, the increment of the pointers of these structs ofcour

Re: [Suspend-devel] Bug in option handling

2007-05-14 Thread Tim Dijkstra
On Sun, 13 May 2007 22:52:37 +0200 "Rafael J. Wysocki" <[EMAIL PROTECTED]> wrote: > On Saturday, 12 May 2007 22:18, Tim Dijkstra wrote: > > Hi, > > > > OK, it turns out that my last patch for adding comments to usage had a > > horrible bug. Although (struct option_descr) would yield a (struct opt

Re: [Suspend-devel] Bug in option handling

2007-05-13 Thread Rafael J. Wysocki
On Saturday, 12 May 2007 22:18, Tim Dijkstra wrote: > Hi, > > OK, it turns out that my last patch for adding comments to usage had a > horrible bug. Although (struct option_descr) would yield a (struct option), > as anticipated, the increment of the pointers of these structs ofcourse > wouldn't..

[Suspend-devel] Bug in option handling

2007-05-12 Thread Tim Dijkstra
Hi, OK, it turns out that my last patch for adding comments to usage had a horrible bug. Although (struct option_descr) would yield a (struct option), as anticipated, the increment of the pointers of these structs ofcourse wouldn't... Anyway the patch below fixes this, although also in a bit hac