diff options
author | Claudio Fontana <sick_soul@users.sourceforge.net> | 2006-07-05 23:31:15 +0000 |
---|---|---|
committer | Claudio Fontana <sick_soul@users.sourceforge.net> | 2006-07-05 23:31:15 +0000 |
commit | 25628b2beba8c642adcb86e6d25c9ac67ac11f70 (patch) | |
tree | 172bd4275626f783ee3c1f4b2b2ac12fef74e714 /src | |
parent | 1b6bb4b30385e6332eae6c037fe9661396c2b482 (diff) | |
download | idutils-25628b2beba8c642adcb86e6d25c9ac67ac11f70.tar.gz idutils-25628b2beba8c642adcb86e6d25c9ac67ac11f70.tar.bz2 idutils-25628b2beba8c642adcb86e6d25c9ac67ac11f70.zip |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.in | 4 | ||||
-rw-r--r-- | src/mkid.c | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/Makefile.in b/src/Makefile.in index 1c84beb..118234b 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -1,8 +1,8 @@ -# Makefile.in generated by automake 1.9.4 from Makefile.am. +# Makefile.in generated by automake 1.9.5 from Makefile.am. # @configure_input@ # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, -# 2003, 2004 Free Software Foundation, Inc. +# 2003, 2004, 2005 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. @@ -372,7 +372,7 @@ assert_writeable (char const *filename) { if (errno == ENOENT) { - char const *dirname = dir_name ((char*)filename); + char *dirname = dir_name (filename); if (access (dirname, 06) < 0) error (1, errno, _("can't create `%s' in `%s'"), base_name (filename), dirname); |