mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-11 14:07:11 +03:00
Bell catchup
This commit is contained in:
@@ -51,7 +51,7 @@ class reader {
|
||||
reader(std::istream& inp)
|
||||
: _inp(inp), _cached_header_data_valid(false), _number_of_files(-1) {}
|
||||
|
||||
// Returns true iff another file can be read from |inp|.
|
||||
// Returns true if another file can be read from |inp|.
|
||||
bool contains_another_file();
|
||||
|
||||
// Returns file name of next file in |inp|.
|
||||
@@ -72,4 +72,4 @@ class reader {
|
||||
// Returns number of files in tar at |inp|.
|
||||
int number_of_files();
|
||||
};
|
||||
} // namespace bell::BellTar
|
||||
} // namespace bell::BellTar
|
||||
|
||||
Reference in New Issue
Block a user