GNOME Bugzilla – Bug 667675
Fix build with lua 5.2
Last modified: 2012-04-05 14:45:09 UTC
The code is using some API already deprecated in 5.1, and removed in 5.2. This patch just uses the new API (according to the doc I found, at least). It builds fine with 5.1 too, fwiw.
Created attachment 205002 [details] [review] Fix build with lua 5.2 by not using API deprecated in 5.1 already
Thank you :) commit a14a29c39352c60f003a65b721c9af8a1d8d20df Author: Vincent Untz <vuntz@gnome.org> Date: Wed Jan 11 09:52:25 2012 +0100 Fix build with lua 5.2 by not using API deprecated in 5.1 already https://bugzilla.gnome.org/show_bug.cgi?id=667675