shithub: choc

Download patch

ref: e63a8d5e3b2ebc848e01c139756cd2096efe7c80
parent: 62b5c602821cee8ac703ebe6362f3e1fc6d9ad3c
author: Simon Howard <fraggle@gmail.com>
date: Sat Mar 29 16:37:11 EDT 2014

misc: Add M_StringConcat.

Just as M_StringCopy behaves the same as strlcpy(), M_StringConcat
behaves the same as strlcat(). Use this in one location.