fixed replacement of $mono_libdir in config file
authorMarkus Beth <markus.beth@web.de>
Fri, 11 Mar 2016 00:47:19 +0000 (01:47 +0100)
committerMarkus Beth <markus.beth@web.de>
Fri, 11 Mar 2016 00:47:19 +0000 (01:47 +0100)
commiteca635aa319d8730ad1c8986fe4363cb063faac8
treedbb0dd24d45122cc1047eb1ba0e61d7067d49516
parent4ceb8b72fe691cededecd996804a3c2e116f41ca
fixed replacement of $mono_libdir in config file

strncpy does not terminate the destination string in this case so one
cannot use strcat to append
mono/metadata/mono-config.c