summaryrefslogtreecommitdiff
path: root/vdr-smarttvweb/url.c
diff options
context:
space:
mode:
authorthlo <t.lohmar@gmx.de>2013-02-03 19:21:35 +0100
committerthlo <t.lohmar@gmx.de>2013-02-03 19:21:35 +0100
commitc81227a97c5cabc1ef61bac08fa8654e0961d95a (patch)
tree48900bb168ff144107be974fdc1859baa1c86968 /vdr-smarttvweb/url.c
parent3672b7e1326c06c886e547903a0f33e2d7e817ca (diff)
downloadvdr-plugin-smarttvweb-c81227a97c5cabc1ef61bac08fa8654e0961d95a.tar.gz
vdr-plugin-smarttvweb-c81227a97c5cabc1ef61bac08fa8654e0961d95a.tar.bz2
Various fixes.
Diffstat (limited to 'vdr-smarttvweb/url.c')
-rw-r--r--vdr-smarttvweb/url.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/vdr-smarttvweb/url.c b/vdr-smarttvweb/url.c
index 38f6af2..6446654 100644
--- a/vdr-smarttvweb/url.c
+++ b/vdr-smarttvweb/url.c
@@ -1,7 +1,7 @@
/*
* url.c: VDR on Smart TV plugin
*
- * Copyright (C) 2012 T. Lohmar
+ * Copyright (C) 2012, 2013 T. Lohmar
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -123,7 +123,7 @@ string cUrlEncode::doUrlSaveDecode(string input) {
string cUrlEncode::doXmlSaveEncode(string in) {
string res = "";
unsigned char num = 0;
- char buf[5];
+ // char buf[5];
bool done = false;
unsigned int idx = 0;