mesa: don't use %s for PACKAGE_VERSION macro
authorEmil Velikov <emil.velikov@collabora.com>
Tue, 5 Sep 2017 13:48:49 +0000 (14:48 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 6 Sep 2017 16:48:50 +0000 (17:48 +0100)
commitacf7f84564688b43fc4c1c67d864c306fa154940
treedea913cfcf3452882fa9985672c2e8331cc0dfd3
parentd0a4b26915759cfb8e0b93ef0df5e317cbf66d4a
mesa: don't use %s for PACKAGE_VERSION macro

The macro itself is a well defined string, which cannot cause issues
with printf or other printf-like functions.

All other places through Mesa already use it directly, so let's update
the final two instances.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Eric Engestrom <eric.engestrom@imgtec.com>
src/mesa/main/context.c
src/mesa/main/errors.c