Update of /sources/public/2002/css-validator/org/w3c/css/parser In directory hutz:/tmp/cvs-serv22742/org/w3c/css/parser Modified Files: CssFouffa.java Log Message: last round for uploaded files with BOM Index: CssFouffa.java =================================================================== RCS file: /sources/public/2002/css-validator/org/w3c/css/parser/CssFouffa.java,v retrieving revision 1.50 retrieving revision 1.51 diff -u -d -r1.50 -r1.51 --- CssFouffa.java 16 Feb 2009 12:16:34 -0000 1.50 +++ CssFouffa.java 16 Feb 2009 16:42:13 -0000 1.51 @@ -339,7 +339,7 @@ f = new Frame(this, file.toString(), ac.getWarningLevel()); ac.setFrame(f); if (ac.isInputFake()) { - is = ac.getFakeInputStream(); + is = ac.getFakeInputStream(file); url = file; } else { URLConnection urlC = HTTPURL.getConnection(file, ac);Received on Monday, 16 February 2009 16:42:24 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 16 February 2009 16:42:26 GMT