[PATCH] Fix crash on empty arguments

Lubomir I. Ivanov neolit123 at gmail.com
Mon Oct 12 06:33:11 PDT 2015


On 12 October 2015 at 15:54,  <sergey.starosek at gmail.com> wrote:

good catch!
i''ve ever tried passing an empty argument e.g. "".

> +               if (a.isEmpty()) {
> +                       continue;
> +               }

could you please remove the extra "{" and "}" and resend the patch.
we don't add them around single line if/then/else statements.

thanks
lubomir
--


More information about the subsurface mailing list