Fix HORRIBLE but in b64/qp code.

Bug was caught by user moteus.
Code was checking if arguments was nil after using
luaL_Buffer code, which messes with the stack.
Simple to fix, though.
This commit is contained in:
Diego Nehab
2012-08-01 03:06:09 -03:00
parent 54ffcd483f
commit f329aae724
2 changed files with 9 additions and 1 deletions

View File

@@ -29,7 +29,7 @@ DEBUG?=NODEBUG
# LUAINC_macosx:
# /opt/local/include
LUAINC_macosx_base?=/opt/local/include
LUAINC_macosx?=$(LUAINC_macosx_base)$(LUAV)
LUAINC_macosx?=$(LUAINC_macosx_base)/lua$(LUAV)
# FIXME default should this default to fink or to macports?
# What happens when more than one Lua version is installed?
LUAPREFIX_macosx?=/opt/local/