summaryrefslogtreecommitdiff
path: root/src/director.c
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-16 19:22:06 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-03-16 19:22:06 +0000
commit51aae47ae08ad61507f219c24ed6d9321c866f45 (patch)
treeab111374d581adb66d718c39275d39a7fd4bc30a /src/director.c
parent13d754c917ebcf1be913bd35f4c0e44468edeb52 (diff)
- upravy, hlavne siete
git-svn-id: http://opensvn.csie.org/tuxanci_ng@23 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/director.c')
-rwxr-xr-xsrc/director.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/director.c b/src/director.c
index 9c11cb2..e0b16b9 100755
--- a/src/director.c
+++ b/src/director.c
@@ -3,6 +3,7 @@
#include <sys/types.h>
#include <stdlib.h>
#include <string.h>
+#include <stdio.h>
#include <unistd.h>
#include <assert.h>
@@ -41,6 +42,7 @@ director_t* loadDirector(char *s)
}
new->path = strdup(path);
+ printf("new->path = %s\n", new->path);
dir = opendir(new->path);