diff options
author | randomdan <randomdan@localhost> | 2012-03-21 22:18:23 +0000 |
---|---|---|
committer | randomdan <randomdan@localhost> | 2012-03-21 22:18:23 +0000 |
commit | 9be072f264441dde16f8f92a8d5dc27e2aca88b7 (patch) | |
tree | 84596fec8372efdc2503a995116ba6e7e30147a3 | |
parent | Switch to the new stream style of things (diff) | |
download | gentoobrowse-9be072f264441dde16f8f92a8d5dc27e2aca88b7.tar.bz2 gentoobrowse-9be072f264441dde16f8f92a8d5dc27e2aca88b7.tar.xz gentoobrowse-9be072f264441dde16f8f92a8d5dc27e2aca88b7.zip |
Stream bug fix
Fix trailing filerows ref
-rw-r--r-- | gentoobrowse/console/use.local.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gentoobrowse/console/use.local.xml b/gentoobrowse/console/use.local.xml index 11b62e5..877b260 100644 --- a/gentoobrowse/console/use.local.xml +++ b/gentoobrowse/console/use.local.xml @@ -2,7 +2,7 @@ <test name="test" xmlns:xi="http://www.w3.org/2001/XInclude" xmlns:project2="http://project2.randomdan.homeip.net"> <project2:streamrows name="cl" newline=" " encoding="utf-8" fieldSep="" quoteChar=""> - <project2:filerows path="/usr/portage/profiles/use.local.desc" /> + <project2:filestream path="/usr/portage/profiles/use.local.desc" /> <columns> <text /> </columns> |