diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2011-08-08 05:22:09 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2011-08-08 05:22:09 +0000 |
| commit | 8945a9a0038cdace7204fab31e9420f8fdab953c (patch) | |
| tree | d69131112bd2927ecf9049e50622801be39c95b6 /usr.bin | |
| parent | 3462b16f2920071a44f7e0161add348f64e951a9 (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -rw-r--r-- | usr.bin/xlint/lint1/tree.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/xlint/lint1/tree.c b/usr.bin/xlint/lint1/tree.c index 2a65d80a797d..12417bad3c2b 100644 --- a/usr.bin/xlint/lint1/tree.c +++ b/usr.bin/xlint/lint1/tree.c @@ -3786,6 +3786,7 @@ catstrg(strg_t *strg1, strg_t *strg2) (len2 + 1) * sizeof (wchar_t)); free(strg2->st_wcp); } + strg1->st_len = len; free(strg2); return (strg1); |
