Re: .steprc problem
Gerard McGlew (Gerard.McGlew@netmodule.com)
Thu, 07 Sep 2000 16:16:17 +0200
Hi Sasha
Of couse you meant:
>Change lines 78,79 of src/afterstep/module.c file like so :
>
>< tmp = safemalloc (strlen (as_dirs.afters_noncfdir) + 9 + strlen
>(display_string) + 1);
>< sprintf (tmp, "%s/connect.%s", as_dirs.afters_noncfdir, display_string);
>
>> tmp = safemalloc ( 4 + 9 + strlen (display_string) + 1);
>> sprintf (tmp, "/tmp/connect.%s", as_dirs.afters_noncfdir,
>display_string);
> sprintf (tmp, "/tmp/connect.%s", display_string);
But no-one needed to be told that.
G.
-------------------------------------------------------
Gerard McGlew
Fax: (031) 985 25 91
Telephone: (031) 985 25 93
Email: Gerard.McGlew@netmodule.com
--------------------------------------------------------------------
To unsubscribe from this mailing list, simply type the following at #
echo "unsubscribe as-users <your_email>" | mail majordomo@afterstep.org