From: ellson Date: Wed, 7 Dec 2005 22:21:20 +0000 (+0000) Subject: janitor - minor comment fix to remind me how .sl extensions are dealt with X-Git-Tag: LAST_LIBGRAPH~32^2~6927 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c38b049922c06c95254371380daa18938336aad7;p=graphviz janitor - minor comment fix to remind me how .sl extensions are dealt with --- diff --git a/lib/gvc/gvplugin.c b/lib/gvc/gvplugin.c index a2d47e427..c6b9bbf63 100644 --- a/lib/gvc/gvplugin.c +++ b/lib/gvc/gvplugin.c @@ -146,7 +146,7 @@ gvplugin_library_t *gvplugin_library_load(char *path) #ifdef __CYGWIN__ s = strchr(sym, '-'); /* strip trailing "-1.dll" */ #else - s = strchr(sym, '.'); /* strip trailing ".so.0" or ".dll" */ + s = strchr(sym, '.'); /* strip trailing ".so.0" or ".dll" or ".sl" */ #endif strcpy(s,suffix); /* append "_LTX_library" */