# HG changeset patch # User ethanzonca # Date 2009-08-03 21:19:34 # Node ID 157b965b9e2d455db0d30f2a27fe1c73692e738c # Parent 3c7ddfce2c6b63945f6c2d6cc45aa31f4c9b6cc2 Horribleness diff --git a/src/server/slave.c b/src/server/slave.c --- a/src/server/slave.c +++ b/src/server/slave.c @@ -115,7 +115,7 @@ int gotframe; // set this to 1 after dat int busy = 0; // Client business 1=busy 0=idle -char *outputpath = DATAPATH "/stor/jobdata/output.jpg"; +char *pathtoOutput; char *urltoTar; // Full URL to the server-side location of job#.tgz @@ -133,7 +133,7 @@ char *pathtoJobfile; // Full path to the _distren_asprintf(&pathtoTar, DATAPATH "/stor/jobdata/job%d.tgz", jobnum); // Prepares destination to save to _distren_asprintf(&pathtoJobfile, DATAPATH "%s/job.blend", jobdatapath ); // Prepares the path to the jobfile - + = DATAPATH "/stor/jobdata/output.jpg"; // Download the data