finishing up 46 and fixing urldecoder bug when trying to write sketch

props
This commit is contained in:
benfry
2002-11-20 18:46:10 +00:00
parent 1f0adff610
commit 86f35e5b39
2 changed files with 17 additions and 18 deletions

View File

@@ -1539,7 +1539,7 @@ afterwards, some of these steps need a cleanup function
String urlstr = url.getFile();
urlstr = urlstr.substring(0, urlstr.lastIndexOf("/") + 1) +
"sketch.properties";
output = new FileOutputStream(urlstr);
output = new FileOutputStream(URLDecoder.decode(urlstr));
}
//url = new URL(urlstr + "sketch.properties");