Fix crash if argument number is wrong in bundle_import_from_argv 42/34342/1
authorTomasz Iwanek <t.iwanek@samsung.com>
Thu, 8 Jan 2015 11:38:09 +0000 (12:38 +0100)
committerTomasz Iwanek <t.iwanek@samsung.com>
Fri, 23 Jan 2015 14:41:36 +0000 (15:41 +0100)
commitba88187b2c0c50d5f4280e6b3770b17673611faa
tree086e4c9f26fbcb82d542bb400455c2019e4d1b69
parente36cdeba173a93b72110b536094220e1a00c566c
Fix crash if argument number is wrong in bundle_import_from_argv

By introducing this, if argument number will be wrong, the not matching
argument will be skipped.
I would prefer not to return error as I'm not sure
if platform will use it correctly.

Change-Id: I71544a50e7959e7a77718e221382ac400437eb95
src/bundle.c