diff options
author | thlo <smarttv640@gmail.com> | 2013-02-03 19:21:35 +0100 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-02-03 19:21:35 +0100 |
commit | f3f6a509b603485b3472beb980d241010dd1fbe1 (patch) | |
tree | 48900bb168ff144107be974fdc1859baa1c86968 /vdr-smarttvweb/url.c | |
parent | 5bf6f7ae6514515d66a4059194f0a3d6abebbcbe (diff) | |
download | vdr-plugin-smarttvweb-f3f6a509b603485b3472beb980d241010dd1fbe1.tar.gz vdr-plugin-smarttvweb-f3f6a509b603485b3472beb980d241010dd1fbe1.tar.bz2 |
Various fixes.
Diffstat (limited to 'vdr-smarttvweb/url.c')
-rw-r--r-- | vdr-smarttvweb/url.c | 4 |
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; |