# HG changeset patch # User ethanzonca # Date 2009-07-13 21:15:14 # Node ID bca0ae1ed90e2edc7513c4d7f8d07e5d521db8be # Parent c0d6f21bd8d0c4aa8d2d14d9e71a1aa0204917ff Fixed. diff --git a/src/server/distrend.c b/src/server/distrend.c --- a/src/server/distrend.c +++ b/src/server/distrend.c @@ -504,7 +504,7 @@ void exec_blender(char *input, char *out asprintf(frame,frame_str); // GNU/*nix compatible only, fix before releasing win32! int ret; /* SEGFAULTAGE :-D */ - char *cmd[] = { "blender", "-b", "-o", output, input, "-f", "aah", (char *)0 }; + char *cmd[] = { "blender", "-b", "-o", output, input, "-f", frame_str, (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.