Matt McCutchen's Web Site
/
rsync
/
rsync.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
719985c
)
Tweaked the output a little.
author
Wayne Davison
<wayned@samba.org>
Mon, 18 Dec 2006 06:41:00 +0000
(06:41 +0000)
committer
Wayne Davison
<wayned@samba.org>
Mon, 18 Dec 2006 06:41:00 +0000
(06:41 +0000)
mkrounding.c
patch
|
blob
|
blame
|
history
diff --git
a/mkrounding.c
b/mkrounding.c
index
f81d787
..
a5a5229
100644
(file)
--- a/
mkrounding.c
+++ b/
mkrounding.c
@@
-37,9
+37,9
@@
struct test4 {
cnt = 3;
}
if (cnt)
cnt = 3;
}
if (cnt)
- fprintf(stderr, "Rounding file_extras
values
in multiples of %d", cnt + 1);
+ fprintf(stderr, "Rounding file_extras in multiples of %d", cnt + 1);
else
else
- fprintf(stderr, "No rounding needed for file_extras
values
");
+ fprintf(stderr, "No rounding needed for file_extras");
fprintf(stderr, " (EXTRA_LEN=%d, FILE_STRUCT_LEN=%d)\n",
(int)EXTRA_LEN, (int)FILE_STRUCT_LEN);
printf("#define EXTRA_ROUNDING %d\n", cnt);
fprintf(stderr, " (EXTRA_LEN=%d, FILE_STRUCT_LEN=%d)\n",
(int)EXTRA_LEN, (int)FILE_STRUCT_LEN);
printf("#define EXTRA_ROUNDING %d\n", cnt);