Avoid adding quint32 to a string
ClosedPublic

Authored by dkardarakos on Dec 15 2018, 3:14 PM.

Details

Summary

Adding quint32 to a string does not add to the string and leads to erroneous configuration entries. Converting quint32 to string fixes configuration issues.

Test Plan

Before patching:
phablet@localhost:~/.config$ cat kaccounts-carddavrc

[ carddav contacts import for account]
lastSync=2018-12-14T23:41:20

[Global]
syncedAccounts=28

After patching:
phablet@localhost:~/.config$ cat kaccounts-carddavrc

[Global]
syncedAccounts=30

[account30]
lastSync=2018-12-15T16:46:20

Diff Detail

Repository
R132 KAccounts Mobile
Lint
Lint Skipped
Unit
Unit Tests Skipped
dkardarakos requested review of this revision.Dec 15 2018, 3:14 PM
dkardarakos created this revision.
bshah accepted this revision.Dec 15 2018, 3:21 PM

Looks good to me.

This revision is now accepted and ready to land.Dec 15 2018, 3:21 PM
This revision was automatically updated to reflect the committed changes.