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

@@ -539,7 +539,7 @@ _DtCmsDoUpdateEntryCallback(
if (newid > 0)
sprintf(nbuf, "%ld", newid);
else
nbuf[0] = NULL;
nbuf[0] = '\0';
udata.newid = nbuf;
udata.scope = scope;
udata.time = time;