# HG changeset patch # User ethanzonca # Date 2009-02-14 17:17:47 # Node ID 1cd8562c653b4cfecc8f2db471abedf93801d3b5 # Parent 79047c77112d39d141475737b341b938eaf97ca6 Fixed some stuff, but matt needs to set str global or something... diff --git a/src/client/distren.c b/src/client/distren.c --- a/src/client/distren.c +++ b/src/client/distren.c @@ -21,7 +21,7 @@ int main(int argc, char *argv[]) { - str command; + int command; // changed from str command... what was that for? //just prove that linking to the shared lib werkz genericfunc(); execlisten(); diff --git a/src/server/distrend.c b/src/server/distrend.c --- a/src/server/distrend.c +++ b/src/server/distrend.c @@ -32,7 +32,9 @@ int main(int argc, char *argv[]) void blender() { - str = command; + int command; /* where does this come from,should it be global? */ + + int str = command; int first_frame; int last_frame; int pieces_per_frame; // for use of rendering piece so frames and stitching them together @@ -42,7 +44,7 @@ void blender() current_frame = first_frame; - str get_task(); + /* this errors... What is your intention here? :: str get_task(); */ if (current_frame <= last_frame) {