- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 16 Feb 2009 16:42:16 +0000
- To: www-validator-cvs@w3.org
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 UTC