From 3cbef76101d9aaef3b2c355c58675bf9f386d949 Mon Sep 17 00:00:00 2001 From: Khaled Hosny Date: Fri, 21 May 2010 06:46:45 +0300 Subject: Sync with ConTeXt beta (beta 2010.05.20) --- otfl-data-con.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'otfl-data-con.lua') diff --git a/otfl-data-con.lua b/otfl-data-con.lua index f06dba5..fabe0ba 100644 --- a/otfl-data-con.lua +++ b/otfl-data-con.lua @@ -74,7 +74,7 @@ end function containers.is_valid(container, name) if name and name ~= "" then local storage = container.storage[name] - return storage and not table.is_empty(storage) and storage.cache_version == container.version + return storage and storage.cache_version == container.version else return false end -- cgit v1.2.3