dtcm: Resolve 303 compiler warnings.

This commit is contained in:
Peter Howkins
2015-01-13 14:22:25 +00:00
parent fe39b630b3
commit 8baeb4c0a0
44 changed files with 275 additions and 250 deletions

View File

@@ -106,7 +106,7 @@ ReToString(
strcat (cmd_buf, subcommand);
}
memset (subcommand, NULL, 1024);
memset (subcommand, 0, 1024);
re = re->re_next;
}