Skip to content

Commit 08fb483

Browse files
authored
Update file.cpp
1 parent 8180a2b commit 08fb483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp-terminal/private/file.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ std::string Term::Private::InputFileHandler::read() const
138138
static const constexpr std::size_t max_input{256};
139139
#endif
140140
#if defined(_POSIX_MAX_INPUT)
141-
static const constexpr std::size_t posix_max_input{MAX_INPUT};
141+
static const constexpr std::size_t posix_max_input{_POSIX_MAX_INPUT};
142142
#else
143143
static const constexpr std::size_t posix_max_input{256};
144144
#endif

0 commit comments

Comments
 (0)