Removed unnecessary c_str().

This commit is contained in:
Stephen Atherton 2019-05-16 17:26:37 -07:00
parent 7b8e140788
commit e495afdc6e
1 changed files with 1 additions and 1 deletions

View File

@ -3928,7 +3928,7 @@ public:
doc.setKey("Tag", tag.tagName);
if(uidAndAbortedFlag.present()) {
doc.setKey("UID", uidAndAbortedFlag.get().first.toString().c_str());
doc.setKey("UID", uidAndAbortedFlag.get().first.toString());
state BackupConfig config(uidAndAbortedFlag.get().first);