mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
5fefa33c7b
commit
7934771fe6
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user