Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/lua/dist/src Remove a typo, %i is not conversio...
details: https://anonhg.NetBSD.org/src/rev/4c0b8f59e64a
branches: trunk
changeset: 347663:4c0b8f59e64a
user: mbalmer <mbalmer%NetBSD.org@localhost>
date: Sat Sep 10 09:31:24 2016 +0000
description:
Remove a typo, %i is not conversion specification.
diffstat:
external/mit/lua/dist/src/luaconf.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r f0e73273e8ed -r 4c0b8f59e64a external/mit/lua/dist/src/luaconf.h
--- a/external/mit/lua/dist/src/luaconf.h Sat Sep 10 09:29:13 2016 +0000
+++ b/external/mit/lua/dist/src/luaconf.h Sat Sep 10 09:31:24 2016 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index