diff --git a/src/server/slavefuncs.c b/src/server/slavefuncs.c --- a/src/server/slavefuncs.c +++ b/src/server/slavefuncs.c @@ -242,8 +242,6 @@ void exec_blender(struct blendjob* blend char *frame_str; asprintf(frame,frame_str); // Converts the int frame to a string, so it can be in the cmd array. GNU/*nix compatible only, fix before releasing win32, although dll for windows for asprintf exists! - ret = execv("/usr/bin/blender", cmd); // This path will be absolute for testing, should be relative to install on production - /* start execio code */ char *command = "blender"; // @TODO: append .exe if win32? int ret;