diff libfdcore/core.c @ 1220:cec3e9b579e1

Cleanup parameter that has become useless
author Sebastien Decugis <sdecugis@freediameter.net>
date Thu, 20 Jun 2013 14:31:49 +0800
parents 6a1042d8075b
children ae81cd81ab09
line wrap: on
line diff
--- a/libfdcore/core.c	Thu Jun 20 14:23:55 2013 +0800
+++ b/libfdcore/core.c	Thu Jun 20 14:31:49 2013 +0800
@@ -255,7 +255,7 @@
 	LOG_SPLIT(FD_LOG_NOTICE, NULL, b ?: "<Error during configuration dump...>", NULL);
 	
 	/* Display extensions status */
-	b = fd_ext_dump(&buf, &len, NULL, 19);
+	b = fd_ext_dump(&buf, &len, NULL);
 	LOG_SPLIT(FD_LOG_NOTICE, "Loaded extensions: ", b?:"<Error during extensions dump...>", NULL);
 	
 	/* Display registered triggers for FDEV_TRIGGER */
"Welcome to our mercurial repository"