OpenBSD CVS

CVS log for src/usr.bin/signify/signify.c


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

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: OPENBSD_5_6


Revision 1.91 / (download) - annotate - [select for diffs], Sun Jul 13 18:59:40 2014 UTC (9 years, 11 months ago) by tedu
Branch: MAIN
CVS Tags: OPENBSD_5_6_BASE, OPENBSD_5_6
Changes since 1.90: +17 -16 lines
Diff to previous 1.90 (colored)

compare snprintf return value with -1. this isn't really necessary because
int promotion rules guarantee the correct result when compared with sizeof,
but it is perhaps easier for some people to understand it this way.
from Doug Hogan.

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.