changeset 444:1920a31927b2

Fix th_pstrcpy() call to th_pstr_cpy()
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 19 Oct 2017 17:18:29 +0300
parents 1d2d214ac433
children 6d29aaeab290
files th_config.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/th_config.c	Thu Oct 19 17:17:09 2017 +0300
+++ b/th_config.c	Thu Oct 19 17:18:29 2017 +0300
@@ -512,7 +512,7 @@
                     parseMode = PM_IDLE;
                     break;
                 case ITEM_STRING:
-                    th_pstrcpy(item->v.val_str, tmpStr);
+                    th_pstr_cpy(item->v.val_str, tmpStr);
                     prevMode = parseMode;
                     parseMode = PM_IDLE;
                     break;