Changeset - d9e816171b29
[Not reviewed]
default
0 1 0
ethanzonca - 16 years ago 2009-07-10 23:58:39

Bugfix, minor
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/server/distrend.c
Show inline comments
 
@@ -399,7 +399,7 @@ void loginuser(char *username, int secre
 
void exec_blender(char *input, char *output, int frame) {
 
  int ret;
 
  /* SEGFAULTAGE :-D */
 
  char *cmd[] = { "blender", "-b", "-o", output, input, "-f", frame, (char *)0 };
 
  char *cmd[] = { "blender", "-b", "-o", *output, *input, "-f", *frame, (char *)0 };
 
  ret = execv("/usr/bin/blender", cmd);
 

	
 
  // OHNOBINKI! ... check this... Its supposed to send a command back to the server and run the_finisher(); function which sets the frame status to complete.
0 comments (0 inline, 0 general)