Attached two patches to fix compilation with MSVC
Created attachment 40962 [details] [review] Replace legacy index() with strchr
Created attachment 40963 [details] [review] Use portable g_snprintf instead of snprintf
thanks, committed: commit 2c56d479b9f5bc29ffdbb119e1f6e7c70840dfda Author: Andoni Morales Alastruey <ylatuya@gmail.com> Date: Thu Dec 9 22:33:41 2010 +0100 Use portable 'g_snprintf' instead of 'snprintf' https://bugs.freedesktop.org/show_bug.cgi?id=32276 commit e9ecb91ed9589716883eb3aa05d1eb5ff0f2342d Author: Andoni Morales Alastruey <ylatuya@gmail.com> Date: Thu Dec 9 22:54:07 2010 +0100 Replace legacy index() with strchr() and avoid calculating the index twice https://bugs.freedesktop.org/show_bug.cgi?id=32276
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.