diff th_config.c @ 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 2991e6b52d95
children efd33accdc81
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;