summaryrefslogtreecommitdiff
path: root/liolib.c
diff options
context:
space:
mode:
Diffstat (limited to 'liolib.c')
-rw-r--r--liolib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/liolib.c b/liolib.c
index 8c64980f..2a9f11b9 100644
--- a/liolib.c
+++ b/liolib.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: liolib.c,v 1.121 2001/07/22 00:59:36 roberto Exp $ 2** $Id: liolib.c,v 1.122 2001/08/31 19:46:07 roberto Exp $
3** Standard I/O (and system) library 3** Standard I/O (and system) library
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -322,7 +322,7 @@ static int io_read (lua_State *L) {
322 success = 1; /* always success */ 322 success = 1; /* always success */
323 break; 323 break;
324 case l_c('w'): /* word */ 324 case l_c('w'): /* word */
325 lua_error(L, l_s("option `*w' is deprecated")); 325 lua_error(L, l_s("obsolete option `*w'"));
326 break; 326 break;
327 case l_c('u'): { /* read until */ 327 case l_c('u'): { /* read until */
328 size_t pl = lua_strlen(L, n) - 2; 328 size_t pl = lua_strlen(L, n) - 2;