fredsa / playn

Cross platform game library for N≥4 platforms
0 stars 1 forks source link

Code review request #104

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Purpose of code changes on this branch:

System.getProperty("java.io.tmpdir") may or may not include an ending separator 
/. In JavaStorage, the properties file in temp is creating by simply appending 
java.io.tmpdir with playn.tmp.
In my machine (Linux 64) I get a "Error persisting properties: /tmpplayn.tmp 
(Permission denied)" every time I run the starting app.

When reviewing my code changes, please focus on:
http://code.google.com/r/leochatain-playn/source/detail?r=ce77aa964b00e19368d981
6ba2e08aab6a4ded73

After the review, I'll merge this branch into:
/trunk

Original issue reported on code.google.com by leochat...@gmail.com on 7 Dec 2011 at 1:43

GoogleCodeExporter commented 9 years ago
Fixed and applied.

Original comment by m...@samskivert.com on 7 Dec 2011 at 6:02