Package: libslang2
Version: 2.0.6-4
Severity: important

Hi,

% cat test.c
#include <slang.h>
#include <stdio.h>

int main(void)
{
    SLuchar_Type string[] = "\xE4";
    unsigned int dnum;

    SLutf8_skip_chars(string, string+1, 1, &dnum, 1);

    printf("%d\n", dnum);

    return 0;
}
% dpkg -l libslang2
ii  libslang2      2.0.6-3        The S-Lang programming library - runtime ver
% ./test
1
% dpkg -l libslang2
ii  libslang2      2.0.6-4        The S-Lang programming library - runtime ver
% ./test           
0

your patch breakes jed again! Please read the comments from John E. Davis
to this topic
http://www.jedsoft.org/pipermail/slang-users_jedsoft.org/2006/000482.html

Bye, Jörg.

-- System Information:
Debian Release: unstable/experimental
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.18
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

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

libslang2 recommends no packages.

-- no debconf information

Attachment: pgpHH8Q5DJzRp.pgp
Description: PGP signature

Reply via email to