> Hi there,
>
>       Just noticed that tabs are no more tabs in 0.8.1 (displayed as
>       inversed I), and one long standing bug when trying to use botti
>       (segfault) - here is the fix (against 0.8.4):
>
> --- modules-load.c.orig       Thu Nov  1 01:10:08 2001
> +++ modules-load.c    Thu Mar 14 02:18:16 2002
> @@ -64,13 +64,15 @@
>       int len;
>
>       /* skip any of the prefixes.. */
> -     while (*prefixes != NULL) {
> -                len = strlen(*prefixes);
> -             if (strncmp(name, *prefixes, len) == 0 && name[len]
== '_') {
> -                     name += len+1;
> -                        break;
> +     if (prefixes) {
> +             while (*prefixes != NULL) {
> +                     len = strlen(*prefixes);
> +                     if (strncmp(name, *prefixes, len) == 0 &&
name[len] == '_') {
> +                             name += len+1;
> +                             break;
> +                     }
> +                     prefixes++;
>               }
> -             prefixes++;
>       }
>
>       /* skip the _core part */
>
>
> Regards,
> /Al

Tabs have always shown up as inverse I's for me, ever since 0.7.98
And they still do in 0.8.4.

+---------------------------+
|       Ian Blizzard        |
+---------------------------+
| eml : [EMAIL PROTECTED]   |
| web : www.parag0n.net     |
+---------------------------+




Reply via email to