Fixing compile error

This commit is contained in:
Joakim Erdfelt 2014-07-22 11:57:52 -07:00
parent 4f88f2fce2
commit 8ec4e56681
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ public class WarBundleManifestGenerator
{
poundIndex = url.length();
}
UrlEncoded.decodeUtf8To(url.getBytes(), questionMarkIndex+1,
UrlEncoded.decodeUtf8To(url, questionMarkIndex+1,
poundIndex - questionMarkIndex - 1, res);
return res;
}