diff options
author | Tom Rondeau <tom@trondeau.com> | 2013-08-29 09:53:56 -0400 |
---|---|---|
committer | Tom Rondeau <tom@trondeau.com> | 2013-08-29 09:53:56 -0400 |
commit | 7773e802c7a298d51d633ce3f2ca3736ffe99df6 (patch) | |
tree | 4f80645974d14f27922a9e31b810d78de4260db3 | |
parent | 55f637b609d676c7189dbf7c939a1284225768e9 (diff) | |
parent | 52cd534c804c1ebd14b3c5e5ba60bf7414e4590b (diff) |
Merge branch 'maint'
-rw-r--r-- | gr-blocks/include/gnuradio/blocks/file_descriptor_source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-blocks/include/gnuradio/blocks/file_descriptor_source.h b/gr-blocks/include/gnuradio/blocks/file_descriptor_source.h index 6d1b9a4458..6292b6357b 100644 --- a/gr-blocks/include/gnuradio/blocks/file_descriptor_source.h +++ b/gr-blocks/include/gnuradio/blocks/file_descriptor_source.h @@ -52,7 +52,7 @@ namespace gr { * \param fd file descriptor (as an integer). * \param repeat repeat the data stream continuously. */ - static sptr make(size_t itemsize, int fd, bool repeat); + static sptr make(size_t itemsize, int fd, bool repeat=false); }; } /* namespace blocks */ |