From e8d34d11799fc79c7c53bdcd40f9b4ee7be7a2c5 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Wed, 25 Sep 2024 17:42:22 +0800 Subject: [PATCH] Merge branch 'master' of ssh://weike-iot.com:2280/framwork --- booster/iniparser.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/booster/iniparser.c b/booster/iniparser.c index 95957f5..3a446e5 100644 --- a/booster/iniparser.c +++ b/booster/iniparser.c @@ -1,10 +1,10 @@ /*-------------------------------------------------------------------------*/ /** - @file iniparser.c v4.1 + @file iniparser.c @author N. Devillard - @url https://github.com/ndevilla/iniparser @brief Parser for ini files. + @url https://github.com/ndevilla/iniparser */ /*--------------------------------------------------------------------------*/ /*---------------------------- Includes ------------------------------------*/ @@ -719,7 +719,7 @@ char line [ASCIILINESZ+1] ; char section [ASCIILINESZ+1] ; char key [ASCIILINESZ+1] ; - char tmp [(ASCIILINESZ * 2) + 1] ; + char tmp [(ASCIILINESZ * 2) + 2] ; char val [ASCIILINESZ+1] ; int last=0 ; -- Gitblit v1.9.1