Package: conspy
Version: 1.1-1
Severity: important

As the subject says.
Run like:

  # conspy -v 1

To get some more out of it, I made a small modification to the source and
rerun. This is what it shows:

  # conspy -v 1
  read wrong number of chars bytes_read=13204 != 15844=buffer_size
  vidbuf_lines=60, vidbuf_columns=132, vidchar_sz=2: Success.

Yes, my vc:s are 60 lines high and 132 columns wide.

Is this condition:

    if (bytes_read != buffer_size)
      syserror("...");

correct? Shouldn't it be:

    if (bytes_read > buffer_size)
      syserror("...");

and 'bytes_read' displayed instead of 'buffer_size' bytes?


Cheers,
Cristian

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-2-k7
Locale: LANG=C, LC_CTYPE= (charmap=ANSI_X3.4-1968)

Versions of packages conspy depends on:
ii  libc6                         2.3.5-11   GNU C Library: Shared libraries an
ii  libncurses5                   5.5-1      Shared libraries for terminal hand

conspy recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to