Explorar o código

poking at stuff

Stan Gurtler %!s(int64=3) %!d(string=hai) anos
pai
achega
dd26429d35
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);