layers: Fix issue with api_dump when const char* is null.
authorMark Young <marky@lunarg.com>
Thu, 28 Jan 2016 00:46:16 +0000 (17:46 -0700)
committerMark Young <marky@lunarg.com>
Thu, 28 Jan 2016 20:39:50 +0000 (13:39 -0700)
commit707f928888fa06b2b1b748444343880f7a1932c7
tree6361beb273d897f8576af24b3f4853bb3ce669a8
parentb31936e0c06b96239a11c36ff0d538de8f618383
layers: Fix issue with api_dump when const char* is null.

The pEngineName variable in Hologram was NULL and crashed on my 32-bit run
with the api_dump layer enabled.
vk_helper.py