Show full plugin details with "dot -v2" and abbreviated detail with "dot -v"
/* for agerr() */
#include "graph.h"
-int gvloadimage_select(GVJ_t * job, char *str)
+static int gvloadimage_select(GVJ_t * job, char *str)
{
gvplugin_available_t *plugin;
gvplugin_installed_t *typeptr;
char type[SMALLBUF];
strcpy(type, us->stringtype);
- strcat(type, "2");
+ strcat(type, ":");
strcat(type, target);
if (gvloadimage_select(job, type) == NO_SUPPORT)