Commit By: ghudson Log Message: The last change to plugins.c erroneously passes a size_t as a field width to asprintf. Address the signed/unsigned warning cleanup using a cast instead. Changed Files: U trunk/src/util/support/plugins.c