X-Git-Url: https://git.distorted.org.uk/~mdw/mLib-python/blobdiff_plain/5ce5170ce3969dca8366a9d051e4f887ee162df8..c34ff3c579610589a43ea775d0dbf0e15fa6b35f:/url.pyx diff --git a/url.pyx b/url.pyx index 20c51ce..d4ed121 100644 --- a/url.pyx +++ b/url.pyx @@ -15,12 +15,12 @@ # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. -# +# # mLib/Python is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with mLib/Python; if not, write to the Free Software Foundation, # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. @@ -71,7 +71,7 @@ cdef class URLEncode: if val: me.ctx.f = me.ctx.f | URLF_SEMI else: - me.ctx.f = me.ctx.f & ~URLF_SEMI + me.ctx.f = me.ctx.f & ~URLF_SEMI def __del__(me): dstr_destroy(&me.d)