summaryrefslogtreecommitdiff
path: root/CCache/util.c
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2008-11-03 13:59:23 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2008-11-03 13:59:23 +0000
commit5236ddf57cef7f81043d2ea10a7c729be6ff8d3c (patch)
treea927571a4659a431458e8f421bf7589bb0db9a42 /CCache/util.c
parent5e2812ed093e42b74172500fab23b72ad3dc4171 (diff)
downloadswig-5236ddf57cef7f81043d2ea10a7c729be6ff8d3c.tar.gz
apply debian/patches/01_no_home.diff
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10903 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'CCache/util.c')
-rw-r--r--CCache/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CCache/util.c b/CCache/util.c
index ec5ccdd49..962dd49b6 100644
--- a/CCache/util.c
+++ b/CCache/util.c
@@ -448,7 +448,7 @@ const char *get_home_directory(void)
}
}
#endif
- fatal("Unable to determine home directory");
+ cc_log("Unable to determine home directory");
return NULL;
}