[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.1 (alpha) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Mon, 05 Sep 2005 09:38:06 -0300
> The correct fix is to change
> #define LUA_LDIR "!lua"
> #define LUA_CDIR "!dll"
> and then use strrchr to find the last backslash and use
> everything up to _and including it_ to replace the "!".
I did not understand that. What is the difference between including the
backslash from the ModuleFileName or adding it later?
-- Roberto