mirror of
https://github.com/php/php-src.git
synced 2026-04-25 17:08:14 +02:00
String formatting stuff.
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ static int _display_module_info(zend_module_entry *module, void *arg TSRMLS_DC)
|
||||
php_printf("%s", module->name);
|
||||
php_printf("</td></tr>\n");
|
||||
} else {
|
||||
php_printf(module->name);
|
||||
php_printf("%s", module->name);
|
||||
php_printf("\n");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user