Parcourir la source

poking at stuff

Stan Gurtler il y a 3 ans
Parent
commit
dd26429d35
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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);