OSDN Git Service

STPK-1429 Remove superfluous initialization
authorPatrick Porlan <patrick.porlan@intel.com>
Wed, 4 Jun 2014 09:00:06 +0000 (11:00 +0200)
committersuyyala <sridhar.uyyala@intel.com>
Sat, 7 Jun 2014 16:37:55 +0000 (09:37 -0700)
commit3ee3f206a4d9a60f0dbded65bcfaede55cf8f25c
tree0336f7c8f5f2f451e18e4734182a65d93f1d0453
parent635a483dea87f784e9f7f97f895718ef594536c9
STPK-1429 Remove superfluous initialization

I thought that snprintf does not guarantees a final NUL,
but it turns out that my mind was polluted by the semantics
of the MS _snprintf. Remove the forced NUL write.

Issue: STPK-1429

Change-Id: Ib16870a2f0ec0f0c8dd22a4b91a51055172ed406
Signed-off-by: Patrick Porlan <patrick.porlan@intel.com>
description.c