diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-07-19 14:59:49 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-07-19 14:59:49 +0200 |
commit | c3784aab3c7e5975fa404f9c57eef9ca346eb43f (patch) | |
tree | c981a0af63c36497ec6da595dc0abd0a7512e316 /runtime/stream.c | |
parent | e53c387e765011b71ea7de61addab4d5b1bb36d2 (diff) | |
parent | ea4625e8a43c7952af2bf936e5dd18db5e8ab9a2 (diff) | |
download | rsyslog-c3784aab3c7e5975fa404f9c57eef9ca346eb43f.tar.gz rsyslog-c3784aab3c7e5975fa404f9c57eef9ca346eb43f.tar.bz2 rsyslog-c3784aab3c7e5975fa404f9c57eef9ca346eb43f.zip |
Merge branch 'v6-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 54210e40..94fc0ca7 100644 --- a/runtime/stream.c +++ b/runtime/stream.c @@ -1605,7 +1605,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) |