summaryrefslogtreecommitdiff
path: root/src/director.c
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-17 22:19:43 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-17 22:19:43 +0000
commit42f5cf229efa2b20c642c7c0d7a2f3cd98b9a890 (patch)
tree7eb6d3b99cdff9ae13df36af2c27cc5137365fae /src/director.c
parent437da38a26548714e6e1640722148f0f9f601ccb (diff)
- dopisane scripty
git-svn-id: http://opensvn.csie.org/tuxanci_ng@25 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/director.c')
-rwxr-xr-xsrc/director.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/director.c b/src/director.c
index e0b16b9..6d2fe8c 100755
--- a/src/director.c
+++ b/src/director.c
@@ -7,6 +7,7 @@
#include <unistd.h>
#include <assert.h>
+#include "main.h"
#include "list.h"
#include "string_length.h"
@@ -42,7 +43,6 @@ director_t* loadDirector(char *s)
}
new->path = strdup(path);
- printf("new->path = %s\n", new->path);
dir = opendir(new->path);