diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-12-06 23:43:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-12-11 11:56:50 +0000 |
| commit | 9af73fe2b9ea2ef82d641d44a995c110f8e61693 (patch) | |
| tree | b688c996abce413184469d75d9e072e3b9bbaff3 /src/lib/config.h | |
| parent | 18f65c026edc1ad49cf433f8b07db3a7c9838e9f (diff) | |
Basics of send-to-batch-converter; not tested on Windows nor OS X.
Diffstat (limited to 'src/lib/config.h')
| -rw-r--r-- | src/lib/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/config.h b/src/lib/config.h index 7cc3cf7e4..664020a2a 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -471,7 +471,7 @@ private: /** default directory to put new films in */ boost::filesystem::path _default_directory; /** base port number to use for J2K encoding servers; - * this port and the one above it will be used. + * this port and the two above it will be used. */ int _server_port_base; /** true to broadcast on the `any' address to look for servers */ |
