# HG changeset patch # User ethanzonca # Date 2009-07-31 19:31:45 # Node ID 88505d79b9734ce74ad8cca3601b45e88f30992b # Parent 3d6275c1cbe827385d6472c9868852e6a3a36cab Removed sludge 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;