aboutsummaryrefslogtreecommitdiffstats
path: root/src/body.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/body.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/body.cpp b/src/body.cpp
index 74c3a8e8..6f3b0ec6 100644
--- a/src/body.cpp
+++ b/src/body.cpp
@@ -109,7 +109,7 @@ void body::parse(const string& buffer, const string::size_type position,
// characters from a set of characters known to be very
// robust through email gateways, and NOT ending with
// white space..."
- while (pos != start && isspace(buffer[pos - 1]))
+ while (pos != start && parserHelpers::isspace(buffer[pos - 1]))
--pos;
boundary = string(buffer.begin() + start,