Code

replace malloc/strncpy by strdup
authoroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sat, 16 Dec 2006 16:13:53 +0000 (16:13 +0000)
committeroetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Sat, 16 Dec 2006 16:13:53 +0000 (16:13 +0000)
commitbb3b4096c563dfc3921af68efbfac3198bcc5384
tree03c5cf91997c04f4fdd84c11b8bcc469c29bef46
parentf25af0cea8c3ffc529abd8b835fee0fa691c6e6c
replace malloc/strncpy by strdup
add \0 to the end of several strncpy strings
add missing free
fix error string rendering :... makes no sense here

git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.2@937 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/src/rrd_update.c