diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-08-26 10:09:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-08-26 10:09:30 +0000 |
commit | ca7de158282888d5b2caf1f7d60325e339f01f0e (patch) | |
tree | ab61764fb88067230b126670d27b1b72c398e197 | |
parent | Harmonizing postrm. (diff) | |
download | zutils-ca7de158282888d5b2caf1f7d60325e339f01f0e.tar.xz zutils-ca7de158282888d5b2caf1f7d60325e339f01f0e.zip |
Correcting typo in author of zcat-buffer-overrun.patch.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/patches/upstream/0001-zcat-buffer-overrun.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/upstream/0001-zcat-buffer-overrun.patch b/debian/patches/upstream/0001-zcat-buffer-overrun.patch index 92d98a6..38608aa 100644 --- a/debian/patches/upstream/0001-zcat-buffer-overrun.patch +++ b/debian/patches/upstream/0001-zcat-buffer-overrun.patch @@ -1,4 +1,4 @@ -Author: Antonio Diaz Diaz <antonio@gnu.org> +Author: Antonio Diaz-Diaz <antonio@gnu.org> Description: zcat.cc: Fixed a buffer overrun on outbuf when '-v' is used. diff -Naurp zutils/zcat.cc zutils/zcat.cc |