1
0
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:
Ilia Alshanetsky
2003-09-22 04:18:24 +00:00
parent 43f53cafcd
commit e2caa6eaf9
+1 -1
View File
@@ -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");
}
}