diff options
author | Werner Koch <wk@gnupg.org> | 2008-06-13 18:18:59 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2008-06-13 18:18:59 +0200 |
commit | 5bc7732a73fbd185ba2ea254f4bfb3d2dd7d2218 (patch) | |
tree | d04a20f4824219810d4db3bad8d49ae637afabc8 /g10 | |
parent | sm/ (diff) | |
download | gnupg2-5bc7732a73fbd185ba2ea254f4bfb3d2dd7d2218.tar.xz gnupg2-5bc7732a73fbd185ba2ea254f4bfb3d2dd7d2218.zip |
Implement dotlocking for W32.
Diffstat (limited to 'g10')
-rw-r--r-- | g10/build-packet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/build-packet.c b/g10/build-packet.c index 88f196a3b..c9ba9d8d1 100644 --- a/g10/build-packet.c +++ b/g10/build-packet.c @@ -589,7 +589,7 @@ do_compressed( IOBUF out, int ctb, PKT_compressed *cd ) { int rc = 0; - /* We must use the old convention and don't use blockmode for tyhe + /* We must use the old convention and don't use blockmode for the sake of PGP 2 compatibility. However if the new_ctb flag was set, CTB is already formatted as new style and write_header2 does create a partial length encoding using new the new |