projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Improve help/man page of para_filter.
[paraslash.git]
/
attribute.c
diff --git
a/attribute.c
b/attribute.c
index
24a3826
..
655c286
100644
(file)
--- a/
attribute.c
+++ b/
attribute.c
@@
-343,7
+343,7
@@
static void com_addatt_callback(int fd, const struct osl_object *query)
aed.name = p;
aed.bitnum = bitnum;
afs_event(ATTRIBUTE_ADD, &pb, &aed);
- greatest_att_bitnum = PARA_MAX(greatest_att_bitnum, bitnum);
+ greatest_att_bitnum = PARA_MAX(greatest_att_bitnum,
(int)
bitnum);
}
out:
if (ret < 0 && ret2 >= 0)