aboutsummaryrefslogtreecommitdiff
path: root/lobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'lobject.c')
-rw-r--r--lobject.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lobject.c b/lobject.c
index 2ecca865..e234df3d 100644
--- a/lobject.c
+++ b/lobject.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lobject.c,v 2.111 2016/05/20 14:07:48 roberto Exp roberto $ 2** $Id: lobject.c,v 2.112 2016/06/27 13:15:08 roberto Exp roberto $
3** Some generic functions over Lua objects 3** Some generic functions over Lua objects
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -394,7 +394,7 @@ static void pushstr (lua_State *L, const char *str, size_t l) {
394 394
395 395
396/* 396/*
397** this function handles only '%d', '%c', '%f', '%p', and '%s' 397** this function handles only '%d', '%c', '%f', '%p', and '%s'
398 conventional formats, plus Lua-specific '%I' and '%U' 398 conventional formats, plus Lua-specific '%I' and '%U'
399*/ 399*/
400const char *luaO_pushvfstring (lua_State *L, const char *fmt, va_list argp) { 400const char *luaO_pushvfstring (lua_State *L, const char *fmt, va_list argp) {