diff options
Diffstat (limited to 'libkdenetwork/libgpgme-copy/assuan/assuan-buffer.c')
-rw-r--r-- | libkdenetwork/libgpgme-copy/assuan/assuan-buffer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdenetwork/libgpgme-copy/assuan/assuan-buffer.c b/libkdenetwork/libgpgme-copy/assuan/assuan-buffer.c index b06025b46..3f8730aab 100644 --- a/libkdenetwork/libgpgme-copy/assuan/assuan-buffer.c +++ b/libkdenetwork/libgpgme-copy/assuan/assuan-buffer.c @@ -163,7 +163,7 @@ _assuan_read_line (assuan_context_t ctx) int n = endp - line + 1; if (n < nread) - /* LINE contains more than one line. We copy it to the attic + /* LINE tqcontains more than one line. We copy it to the attic now as handlers are allowed to modify the passed buffer. */ { |