Change the definition of QOF_STDOUT

The old definition file: conflicts with normal uris that can
start with file: as well.
I have chosen > instead, which is never a valid filename and
on unixlike systems associated with standard out operations.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@18837 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Geert Janssens 2010-03-05 19:55:20 +00:00
parent 5fefa33c7b
commit 7934771fe6

View File

@ -398,7 +398,7 @@ on stdout and can be piped or redirected to other processes.
Currently, only the QSF backend supports writing to stdout, other
backends may return a ::QofBackendError.
*/
#define QOF_STDOUT "file:"
#define QOF_STDOUT ">"
/** @name Event Handling