summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJonathan Bauer2012-07-03 16:37:22 +0200
committerJonathan Bauer2012-07-03 16:37:22 +0200
commit35d21b3a64daf823826c69621ae0e1527be0123d (patch)
treebd3c4dc443b28e32ca4ee67e6a375b6f862410c5 /src
parentworkaround to load ssl sites (todo proper error handling) (diff)
downloadfbgui-35d21b3a64daf823826c69621ae0e1527be0123d.tar.gz
fbgui-35d21b3a64daf823826c69621ae0e1527be0123d.tar.xz
fbgui-35d21b3a64daf823826c69621ae0e1527be0123d.zip
minor
Diffstat (limited to 'src')
-rw-r--r--src/fbgui/fbgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fbgui/fbgui.cpp b/src/fbgui/fbgui.cpp
index 0fd61be..b4a92ca 100644
--- a/src/fbgui/fbgui.cpp
+++ b/src/fbgui/fbgui.cpp
@@ -286,7 +286,7 @@ QByteArray fbgui::generatePOSTData() {
// everything ok, read data
serial = file.readAll();
file.close();
- //serial.chop(1); // chop EOF
+ serial.chop(1);
LOG4CXX_DEBUG(coreLogger, "[post] Serial number is: " << serial);
if (gInterfaceName.isEmpty())