Package: gnuvd
Version: 1.0.3-1
Severity: normal
Tags: patch

Well, the subject says it all; gnuvd output misses a \n at the
very end of the output, which makes it a bit harder to read.

Trivial patch atached.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (900, 'testing'), (20, 'unstable'), (19, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.20
Locale: LANG=C, LC_CTYPE=C (charmap=UTF-8) (ignored: LC_ALL set to nl_NL.utf8)

Versions of packages gnuvd depends on:
ii  libc6                       2.3.6.ds1-13 GNU C Library: Shared libraries

gnuvd recommends no packages.

-- no debconf information
--- src/main.c	2007-04-02 22:40:06.000000000 +0200
+++ src/main.c++	2007-04-02 22:40:02.000000000 +0200
@@ -243,6 +243,8 @@
 		fprintf (out, "%c", buffer_at(buffer,j));
 	}
 
+	fprintf (out, "\n");
+
 	/* if we were outputing to PAGER, close it */
 	if (out != stdout) {
 		fflush (out);

Reply via email to