mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 18:45:10 +01:00
GH #139: FileChannel::PROP_FLUSH is invalid
GH #139: FileChannel::PROP_FLUSH is invalid (contains a tab character)
This commit is contained in:
parent
0ce9360734
commit
0fe58b7668
@ -59,7 +59,7 @@ const std::string FileChannel::PROP_TIMES = "times";
|
||||
const std::string FileChannel::PROP_COMPRESS = "compress";
|
||||
const std::string FileChannel::PROP_PURGEAGE = "purgeAge";
|
||||
const std::string FileChannel::PROP_PURGECOUNT = "purgeCount";
|
||||
const std::string FileChannel::PROP_FLUSH = "flush ";
|
||||
const std::string FileChannel::PROP_FLUSH = "flush";
|
||||
const std::string FileChannel::PROP_ROTATEONOPEN = "rotateOnOpen";
|
||||
|
||||
FileChannel::FileChannel():
|
||||
|
Loading…
Reference in New Issue
Block a user