mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 14:19:19 +01:00
finishing up 46 and fixing urldecoder bug when trying to write sketch
props
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user