X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Furl_recipe.cpp;h=3386d8f8165de687871a69677b165b9cd65bd80f;hb=586d78659d671683f33ec55f4a7d32b28e345ccd;hp=b514f7ccdc2554a65d5c915219a5d9a74bc37686;hpb=5fac51b910cd5a69b262138452d1f3b26f155b1c;p=metaproxy-moved-to-github.git diff --git a/src/url_recipe.cpp b/src/url_recipe.cpp index b514f7c..3386d8f 100644 --- a/src/url_recipe.cpp +++ b/src/url_recipe.cpp @@ -1,5 +1,5 @@ /* This file is part of Metaproxy. - Copyright (C) 2005-2012 Index Data + Copyright (C) Index Data Metaproxy is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -73,7 +73,7 @@ std::string mp_xml::url_recipe_handle(xmlDoc *doc, std::string recipe) int c_check = c; if (c_prev == '\\') c_check = 0; - + if (c_check == '}') step = 5; else if (step == 0)