summaryrefslogtreecommitdiffstats
path: root/src/uscxml/URL.cpp
diff options
context:
space:
mode:
authorStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-03-07 13:03:04 (GMT)
committerStefan Radomski <radomski@tk.informatik.tu-darmstadt.de>2014-03-07 13:03:04 (GMT)
commitca46aa711fb5d08a8fd1cc6b91593c281189e8e3 (patch)
treec46ed5fcbf44ea1a32517f8ba3d6d9a066b6fed8 /src/uscxml/URL.cpp
parentfce16e70dff8503bfab2e734bca5a52d9057a3ee (diff)
downloaduscxml-ca46aa711fb5d08a8fd1cc6b91593c281189e8e3.zip
uscxml-ca46aa711fb5d08a8fd1cc6b91593c281189e8e3.tar.gz
uscxml-ca46aa711fb5d08a8fd1cc6b91593c281189e8e3.tar.bz2
Modified InterpreterMonitor for uscxml-debugger
Diffstat (limited to 'src/uscxml/URL.cpp')
-rw-r--r--src/uscxml/URL.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/uscxml/URL.cpp b/src/uscxml/URL.cpp
index 1ed99c3..1ba8404 100644
--- a/src/uscxml/URL.cpp
+++ b/src/uscxml/URL.cpp
@@ -176,7 +176,7 @@ URLImpl::operator Data() const {
data.compound["scheme"] = Data(_uri.scheme(), Data::VERBATIM);
data.compound["path"] = Data(_uri.path(), Data::VERBATIM);
data.compound["port"] = Data(_uri.port());
- data.compound["isAbsolute"] = Data(_uri.is_absolute() ? "true" : "false");
+ data.compound["isAbsolute"] = Data(_uri.is_absolute());
if (_statusCode.length() > 0)
data.compound["statusCode"] = Data(_statusCode, Data::VERBATIM);
if (_statusMsg.length() > 0)