[WCNCR00151641] misc: fix output format in iwpriv ver

[Description]
Fix output format in iwpriv ver

Misbehavior:
Version output result may look like this line.
"N9  tailer version 7668_trunk (YYYYMMDDhhmmsse�) info 4:E1"
The datecode should be "YYYYMMDDhhmmss[f/e/a]" (15 bytes). So, the pending
garbled text is not necessary and may cause the screen cleared in minicom.

Solution:
Avoid snprintf working improperly, exactly print 15 bytes only.

Ref:
http://wiki.mediatek.inc/x/agNYD

Feature: misc
Change-Id: I31b3b896adeb5e82a5bbc9d1f874761c6d6bb394
CR-Id: WCNCR00151641
Signed-off-by: Deren Wu <deren.wu@mediatek.com>
1 file changed