version 1.67 | | version 1.68 |
---|
| | |
/* | | /* |
* static char *rcsid_c_wiz_c = | | * static char *rcsid_c_wiz_c = |
* "$Id: c_wiz.c,v 1.67 2005/08/12 13:46:34 ryo_saeba Exp $"; | | * "$Id: c_wiz.c,v 1.68 2005/09/04 16:58:12 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
strcpy(buf,LIBDIR); | | strcpy(buf,LIBDIR); |
strcat(buf,"/plugins/"); | | strcat(buf,"/plugins/"); |
strcat(buf,params); | | strcat(buf,params); |
printf("Requested plugin file is %s\n", buf); | | LOG(llevDebug, "Requested plugin file is %s\n", buf); |
if (initOnePlugin(buf) == 0) | | if (initOnePlugin(buf) == 0) |
new_draw_info(NDI_UNIQUE, 0, op, "Plugin successfully loaded."); | | new_draw_info(NDI_UNIQUE, 0, op, "Plugin successfully loaded."); |
else | | else |