projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f7ecccf
)
(change_dir_mode): Cast st_size arg to unsigned int in savedir call.
author
Jim Meyering
<jim@meyering.net>
Sun, 30 Nov 1997 11:05:10 +0000
(11:05 +0000)
committer
Jim Meyering
<jim@meyering.net>
Sun, 30 Nov 1997 11:05:10 +0000
(11:05 +0000)
src/chmod.c
patch
|
blob
|
history
diff --git
a/src/chmod.c
b/src/chmod.c
index 29587e5c3f2b1cf35dfec15aa41d54980eaef387..c67a76ccf826b4a724097547b8c24830c9a820bd 100644
(file)
--- a/
src/chmod.c
+++ b/
src/chmod.c
@@
-183,7
+183,7
@@
change_dir_mode (const char *dir, const struct mode_change *changes,
int errors = 0;
errno = 0;
- name_space = savedir (dir, statp->st_size);
+ name_space = savedir (dir,
(unsigned int)
statp->st_size);
if (name_space == NULL)
{
if (errno)