Changeset - f76e2b988e54
[Not reviewed]
default
0 1 0
Ethan Zonca (ethanzonca) - 16 years ago 2010-03-14 00:52:39
e@ethanzonca.com
Other fixes
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
src/server/simpleslave.c
Show inline comments
 
@@ -162,12 +162,13 @@ int main(int argc, char *argv[])
 
        else
 
          fprintf(stderr,"Using existing tarball...\n");
 

	
 
        unpackJob(datadir, pathtoTar);
 

	
 
        /* Execute blender */
 
        fprintf(stderr,"Executing blender on file %s", pathtoJobfile);
 
        if(exec_blender(pathtoJobfile, pathtoOutput, framenum))
 
          {
 
            fprintf(stderr,"Error running Blender. Check your installation and/or your PATH.\n");
 
            return 1;
 
          }
 
        free(pathtoJobfile);
0 comments (0 inline, 0 general)