Changeset - 1a764fbbcb7b
[Not reviewed]
default
0 1 0
ethanzonca - 16 years ago 2009-06-25 19:25:22

A lack of a local compiler is ridik
1 file changed with 2 insertions and 2 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[44] = 'blender.exe';}
 
    else{char *bin[28] = '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 */
0 comments (0 inline, 0 general)