OpenBSD CVS

CVS log for src/usr.bin/rdist/client.c


[BACK] Up to [local] / src / usr.bin / rdist

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: OPENBSD_5_5_BASE


Revision 1.26 / (download) - annotate - [select for diffs], Sun Aug 18 16:32:24 2013 UTC (10 years, 9 months ago) by guenther
Branch: MAIN
CVS Tags: OPENBSD_5_5_BASE, OPENBSD_5_5
Changes since 1.25: +3 -3 lines
Diff to previous 1.25 (colored)

Fix calls to printf-like functions which passed a non-fixed string
as the format and no variable args.
Replace "%#0.*X" with "%#.*X": the zero-fill flag is ignored/implied
on numeric conversions when a precision is specified.

ok jung@ millert@ krw@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.