Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: basesrc/crypto/dist/ssh



Module Name:    basesrc
Committed By:   sommerfeld
Date:           Sat Mar  9 15:03:34 UTC 2002

Modified Files:
        basesrc/crypto/dist/ssh: sftp-client.c

Log Message:
Fix several LL128 format string mismatches with a chainsaw.
%llu is "unsigned long long", not "uint64_t"; the former can be 128
bits on LP64 systems.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 basesrc/crypto/dist/ssh/sftp-client.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index