From a7b6795708c093c5ce5f32fab79516feabd83171 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sun, 28 Aug 2011 12:26:44 +0200 Subject: fixed file loading --- mod/tex/context/third/rst/rst_parser.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod/tex/context') diff --git a/mod/tex/context/third/rst/rst_parser.lua b/mod/tex/context/third/rst/rst_parser.lua index 4289941..045d322 100644 --- a/mod/tex/context/third/rst/rst_parser.lua +++ b/mod/tex/context/third/rst/rst_parser.lua @@ -1383,7 +1383,7 @@ do function file_helpers.expandtab (raw) position = 1 - p_expand:match(raw) + return p_expand:match(raw) end end -- cgit v1.2.3