mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-07 14:14:10 +08:00
rebranding symless/synergy to debauchee/barrier
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* synergy -- mouse and keyboard sharing utility
|
||||
* barrier -- mouse and keyboard sharing utility
|
||||
* Copyright (C) 2012-2016 Symless Ltd.
|
||||
* Copyright (C) 2002 Chris Schoeneman
|
||||
*
|
||||
@@ -38,7 +38,7 @@ XArchEvalWindows::eval() const throw()
|
||||
0,
|
||||
NULL) == 0) {
|
||||
cmsg = NULL;
|
||||
return synergy::string::sprintf("Unknown error, code %d", m_error);
|
||||
return barrier::string::sprintf("Unknown error, code %d", m_error);
|
||||
}
|
||||
std::string smsg(cmsg);
|
||||
LocalFree(cmsg);
|
||||
|
||||
Reference in New Issue
Block a user