mirror of
https://github.com/debauchee/barrier.git
synced 2026-07-18 20:11:17 +08:00
fixed XArchEvalUnix using wrong memeber, string_format using c++11 (which we're not ready for yet), code style (indentation and new lines)
This commit is contained in:
@@ -25,8 +25,8 @@
|
||||
//
|
||||
|
||||
std::string
|
||||
XArchEvalUnix::eval() const throw()
|
||||
XArchEvalUnix::eval() const
|
||||
{
|
||||
// FIXME -- not thread safe
|
||||
return strerror(m_errno);
|
||||
return strerror(m_error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user