mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kdecore: compiler warning fix
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
78b1c9af08
commit
6bee91f902
1 changed files with 1 additions and 1 deletions
|
@ -186,7 +186,7 @@ void KSystemTimeZonesPrivate::update(const QString &path)
|
|||
::memset(zonecomment, '\0', sizeof(zonecomment));
|
||||
const int sscanfresult = sscanf(
|
||||
zonetabline.constData(),
|
||||
"%4s %32s %128s %1024[^\n]",
|
||||
"%3s %31s %127s %1023[^\n]",
|
||||
zonecode, zonecoordinates, zonename, zonecomment
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue