document.write('<link rel="stylesheet" href="http://gist.github.com/stylesheets/gist/embed.css"/>')





document.write('<div id=\"gist-55768\" class=\"gist\">\n  \n  \n    \n            \n\n      <div class=\"gist-file\">\n        <div class=\"gist-data gist-syntax\">\n          \n          \n          \n            <div class=\"gist-highlight\"><pre><div class=\"line\" id=\"LC1\"><span class=\"gh\">diff --git a/src/jvm/clojure/lang/RT.java b/src/jvm/clojure/lang/RT.java<\/span><\/div><div class=\"line\" id=\"LC2\"><span class=\"gh\">index 502f00d..2e6e01b 100644<\/span><\/div><div class=\"line\" id=\"LC3\"><span class=\"gd\">--- a/src/jvm/clojure/lang/RT.java<\/span><\/div><div class=\"line\" id=\"LC4\"><span class=\"gi\">+++ b/src/jvm/clojure/lang/RT.java<\/span><\/div><div class=\"line\" id=\"LC5\"><span class=\"gu\">@@ -348,8 +348,7 @@ static public long lastModified(URL url,String libfile) throws Exception{<\/span><\/div><div class=\"line\" id=\"LC6\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<\/div><div class=\"line\" id=\"LC7\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;else<\/div><div class=\"line\" id=\"LC8\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{<\/div><div class=\"line\" id=\"LC9\"><span class=\"gd\">-               File f = new File(url.toURI());<\/span><\/div><div class=\"line\" id=\"LC10\"><span class=\"gd\">-               return f.lastModified();<\/span><\/div><div class=\"line\" id=\"LC11\"><span class=\"gi\">+               return url.openConnection().getLastModified();<\/span><\/div><div class=\"line\" id=\"LC12\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<\/div><div class=\"line\" id=\"LC13\">&nbsp;}<\/div><div class=\"line\" id=\"LC14\">&nbsp;<\/div><\/pre><\/div>\n          \n        <\/div>\n\n        <div class=\"gist-meta\">\n          <a href=\"http://gist.github.com/raw/55768/9a59cfd44c22bfa3be0976bc388b3311bd46695b/RT.diff\" style=\"float:right;\">view raw<\/a>\n          <a href=\"http://gist.github.com/55768#file_rt.diff\" style=\"float:right;margin-right:10px;color:#666\">RT.diff<\/a>\n          <a href=\"http://gist.github.com/55768\">This Gist<\/a> brought to you by <a href=\"http://github.com\">GitHub<\/a>.\n        <\/div>\n      <\/div>\n    \n  \n<\/div>\n')
