Changeset - 83087d3f4678
[Not reviewed]
default
0 1 0
ethanzonca - 16 years ago 2009-06-25 19:18:40

More of the belowage
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
src/client/distren.c
Show inline comments
 
@@ -184,8 +184,8 @@ int main(int argc, char *argv[])
 
    char *filename;
 

	
 

	
 
    if(os == 1){char *bin = 'blender.exe';}
 
    else{char *bin = 'blender';}   // mac/*nix
 
    if(os == 1){char *bin[44] = 'blender.exe';}
 
    else{char *bin[28] = 'blender';}   // mac/*nix
 

	
 
    // Placeholders? figure out what the last one is...
 
    char *format = "%s -b \"%s\" -o %s -f %d -F JPEG -x 1",bin,input,output; /* the format string to pass to sprintf */
 
@@ -196,7 +196,7 @@ int main(int argc, char *argv[])
 
     char *blendercmd = malloc(blenderstrlen);
 
     snprintf(blendercmd, blenderstrlen, format, filename, frame_to_render);
 

	
 
     fprintf(stderr, "will run job num. %d ``%s''\n",jobid,blendercmd);
 
     fprintf(stderr, "will run job num. %s ``%s''\n",jobid,blendercmd);
 
     free(blendercmd);
 

	
 

	
0 comments (0 inline, 0 general)