Skip to content

Commit

Permalink
GH #139: FileChannel::PROP_FLUSH is invalid
Browse files Browse the repository at this point in the history
GH #139: FileChannel::PROP_FLUSH is invalid (contains a tab character)
  • Loading branch information
aleks-f committed Mar 28, 2013
1 parent 0ce9360 commit 0fe58b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Foundation/src/FileChannel.cpp
Expand Up @@ -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():
Expand Down

0 comments on commit 0fe58b7

Please sign in to comment.