mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-29 18:27:40 +02:00
Fix open_buffered_file
This commit is contained in:
@ -52,7 +52,7 @@ void increment(char *s);
|
||||
|
||||
std::string get_system_error(int error_code);
|
||||
|
||||
extern const char *FILE_CONTENT;
|
||||
extern const char *const FILE_CONTENT;
|
||||
|
||||
// Opens a buffered file for reading.
|
||||
fmt::BufferedFile open_buffered_file(FILE **fp = 0);
|
||||
|
Reference in New Issue
Block a user