diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-07-19 14:59:09 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-07-19 14:59:09 +0200 |
commit | ea4625e8a43c7952af2bf936e5dd18db5e8ab9a2 (patch) | |
tree | 217aacd5cdb5761c627b6bf2909dca82200a64fd /runtime/stream.c | |
parent | 908586ce956e6ccb576f48cd1c46ff5655e92479 (diff) | |
parent | 5a25a441b44f2125ed709ed95e07dab9b56327d0 (diff) | |
download | rsyslog-ea4625e8a43c7952af2bf936e5dd18db5e8ab9a2.tar.gz rsyslog-ea4625e8a43c7952af2bf936e5dd18db5e8ab9a2.tar.bz2 rsyslog-ea4625e8a43c7952af2bf936e5dd18db5e8ab9a2.zip |
Merge branch 'v5-stable' into tmp
Diffstat (limited to 'runtime/stream.c')
-rw-r--r-- | runtime/stream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/stream.c b/runtime/stream.c index 742799d2..3eb7708d 100644 --- a/runtime/stream.c +++ b/runtime/stream.c @@ -1427,7 +1427,7 @@ finalize_it: /* property set methods */ /* simple ones first */ DEFpropSetMeth(strm, bDeleteOnClose, int) -DEFpropSetMeth(strm, iMaxFileSize, int) +DEFpropSetMeth(strm, iMaxFileSize, int64) DEFpropSetMeth(strm, iFileNumDigits, int) DEFpropSetMeth(strm, tOperationsMode, int) DEFpropSetMeth(strm, tOpenMode, mode_t) |