Re: [Rd] [PATCH] Fix status in main

2017-07-21 Thread Martin Maechler
> Hello, > This is a patch to fix what appears to be a simple typo. The warning says > "invalid status assuming 0", but then instead sets runLast to 0. > Signed-of-by: Steve Grubb > Index: src/main/main.c > === > --- src/main/main.

Re: [Rd] [PATCH] Fix status in main

2017-07-21 Thread Martin Morgan
On 07/20/2017 05:31 PM, Steve Grubb wrote: Hello, This is a patch to fix what appears to be a simple typo. The warning says "invalid status assuming 0", but then instead sets runLast to 0. Signed-of-by: Steve Grubb fixed in 72938 / 39. This seemed not to have consequence, since exit() repor