From: John L. <jr...@us...> - 2005-12-05 06:11:23
|
Update of /cvsroot/wxlua/wxLua/samples In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28335/wxLua/samples Modified Files: editor.wx.lua Log Message: try to make the stack tree not segfault in wxLua app (still doesn't work) no major changes Index: editor.wx.lua =================================================================== RCS file: /cvsroot/wxlua/wxLua/samples/editor.wx.lua,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** editor.wx.lua 1 Dec 2005 04:17:29 -0000 1.4 --- editor.wx.lua 5 Dec 2005 06:11:15 -0000 1.5 *************** *** 265,270 **** function getModTime(filePath) ! local fileName = wx.wxFileName(filePath) ! return fileName:GetModificationTime(); end --- 265,270 ---- function getModTime(filePath) ! local fileName = wx.wxFileName(filePath) ! return fileName:GetModificationTime(); end |