summaryrefslogtreecommitdiff
path: root/src/imapparser.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/imapparser.cc')
-rw-r--r--src/imapparser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imapparser.cc b/src/imapparser.cc
index e004feb..90ae6a4 100644
--- a/src/imapparser.cc
+++ b/src/imapparser.cc
@@ -310,7 +310,7 @@ string BincImapParserFetchAtt::toString()
if (offsetstart == 0 && offsetlength == (unsigned int)-1)
tmp += " ";
else
- tmp += "<" + Binc::toString(offsetstart) + "> ";
+ tmp += "<" + std::to_string(offsetstart) + "> ";
}
}