浏览代码

poking at stuff

Stan Gurtler 3 年之前
父节点
当前提交
dd26429d35
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      prsona/src/networkOrchestrator.cpp

+ 1 - 1
prsona/src/networkOrchestrator.cpp

@@ -48,7 +48,7 @@ void start_remote_actor(
     std::string fullArgString("~/prsona/prsona");
     char fullArgBuffer[256];
 
-    fullArgString = fullArgString + (server ? serverFile : clientFile) + " ";
+    fullArgString = fullArgString + "/" + (server ? serverFile : clientFile) + " ";
 
     char idBuffer[64];
     strncpy(idBuffer, id.c_str(), 64);