Replace sprintf() usage with snprintf()
authorMark Adams <marka@nvidia.com>
Thu, 15 Oct 2015 20:16:52 +0000 (16:16 -0400)
committerMark Adams <marka@nvidia.com>
Thu, 15 Oct 2015 20:16:52 +0000 (16:16 -0400)
commit4123a04ca98e63d23b62f3bb0361bc5ff0e573c7
tree3fc6e12e92b9e5f7dbf60eec266f2a5110324926
parentfa540d1414278285f2c948f51635ee8c0e3bd6ee
Replace sprintf() usage with snprintf()

This fixes compilation in build environments with stricter warnings enabled
glslang/MachineIndependent/preprocessor/Pp.cpp