util: better handle program names from wine
authorTimothy Arceri <tarceri@itsqueeze.com>
Thu, 16 Aug 2018 05:29:06 +0000 (15:29 +1000)
committerTimothy Arceri <tarceri@itsqueeze.com>
Fri, 17 Aug 2018 23:20:39 +0000 (09:20 +1000)
commit3f9d8e9c88eb9d95b4637d0b65008cf62527b08b
tree0d9205749864f39c8f466c092349f1d66f6e4425
parentd0803dea11233ee4df079fbf6bba40e6f6cd2c2b
util: better handle program names from wine

For some reason wine will sometimes give us a windows style path
for an application. For example when running the 64bit version
of Rage wine gives a Unix style path, but when running the 32bit
version is gives a windows style path.

If we detect no '/' in the path at all it should be safe to
assume we have a wine application and instead look for a '\'.

Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
src/util/u_process.c