fix
This commit is contained in:
parent
89c26748f9
commit
03a9ecf030
1 changed files with 2 additions and 2 deletions
4
tpom.cc
4
tpom.cc
|
|
@ -17,8 +17,8 @@
|
|||
using std::string;
|
||||
const int kDefaultLengthSecs = 25 * 60;
|
||||
const char* kDefaultDoneMessage = "";
|
||||
const string kSocketPrefix = "/.tpom-"
|
||||
const string kPostHookScriptName = "/.tpom-post.sh"
|
||||
const string kSocketPrefix = "/.tpom-";
|
||||
const string kPostHookScriptName = "/.tpom-post.sh";
|
||||
|
||||
string SocketName() {
|
||||
string socket_name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue