Changeset - b50933ddbb8f
[Not reviewed]
default
0 1 0
ethanzonca - 16 years ago 2009-08-03 22:22:22

Why was this only a warning before, and an error now? Anyway, fixed.
1 file changed with 6 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/server/slavefuncs.c
Show inline comments
 
@@ -38,6 +38,10 @@
 
#include <sys/stat.h>
 
#include <fcntl.h>
 

	
 
/** Stub stub stubbiness ugh */
 
void tell_the_server(char *stuff){
 
}
 

	
 
/** Function referenced by curlget() to write data to disk. */
 
size_t curl_writetodisk(void *ptr, size_t size, size_t nmemb, FILE *stream)
 
 {
 
@@ -315,11 +319,11 @@ void exec_blender(struct blendjob* blend
 
{
 
  int ret;
 
  char *frame_str;
 
  
 

	
 
  /* start execio code */
 
  char *command = "blender"; // @TODO: append .exe if win32?
 
  char *cmd[] = { command, "-b", "-o", output, input, "-f", frame_str, (char *)NULL };
 
  
 

	
 
  char buf[10];
 
  struct execio *testrem;
 
  size_t readlen;
0 comments (0 inline, 0 general)