On Thu, 24 May 2012 14:58:40 -0600 Eduardo Silva <[email protected]> wrote:
> On Wed, May 23, 2012 at 9:33 AM, Lauri Kasanen <[email protected]> wrote: > > Hi > > > > Fixes a Clang warning. If pr is NULL, the final return would crash. > > > > - Lauri > > If pr is null the second part is not evaluated.. Hi Yes, but see the return: return pr->bytes_sent; - Lauri _______________________________________________ Monkey mailing list [email protected] http://lists.monkey-project.com/listinfo/monkey
