Module Name: src
Committed By: mbalmer
Date: Sat Sep 10 09:31:24 UTC 2016
Modified Files:
src/external/mit/lua/dist/src: luaconf.h
Log Message:
Remove a typo, %i is not conversion specification.
To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 src/external/mit/lua/dist/src/luaconf.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/mit/lua/dist/src/luaconf.h
diff -u src/external/mit/lua/dist/src/luaconf.h:1.18 src/external/mit/lua/dist/src/luaconf.h:1.19
--- src/external/mit/lua/dist/src/luaconf.h:1.18 Sat Sep 10 09:29:13 2016
+++ src/external/mit/lua/dist/src/luaconf.h Sat Sep 10 09:31:24 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: luaconf.h,v 1.18 2016/09/10 09:29:13 mbalmer Exp $ */
+/* $NetBSD: luaconf.h,v 1.19 2016/09/10 09:31:24 mbalmer Exp $ */
/*
** Id: luaconf.h,v 1.255 2016/05/01 20:06:09 roberto Exp
@@ -770,7 +770,7 @@
#ifdef __NetBSD__
-#define LUA_STRFTIMEOPTIONS "aAbBcCdDeFgGhHIjklmMnprRsStTuUvVwWxXyYzZi%"
+#define LUA_STRFTIMEOPTIONS "aAbBcCdDeFgGhHIjklmMnprRsStTuUvVwWxXyYzZ%"
/* Integer types */
#undef LUA_INTEGER