]> granicus.if.org Git - graphviz/commitdiff
janitor - minor comment fix to remind me how .sl extensions are dealt with
authorellson <devnull@localhost>
Wed, 7 Dec 2005 22:21:20 +0000 (22:21 +0000)
committerellson <devnull@localhost>
Wed, 7 Dec 2005 22:21:20 +0000 (22:21 +0000)
lib/gvc/gvplugin.c

index a2d47e427268e5d4b5ec29485fb2e77bf854f698..c6b9bbf631dc6149a07806fc4fb594027e857e71 100644 (file)
@@ -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" */