sniper Tue Oct 11 14:58:34 2005 EDT
Modified files:
/php-src/sapi/cli php_cli.c
Log:
- Removed confusing dot.
http://cvs.php.net/diff.php/php-src/sapi/cli/php_cli.c?r1=1.131&r2=1.132&ty=u
Index: php-src/sapi/cli/php_cli.c
diff -u php-src/sapi/cli/php_cli.c:1.131 php-src/sapi/cli/php_cli.c:1.132
--- php-src/sapi/cli/php_cli.c:1.131 Thu Oct 6 16:29:13 2005
+++ php-src/sapi/cli/php_cli.c Tue Oct 11 14:58:27 2005
@@ -20,7 +20,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: php_cli.c,v 1.131 2005/10/06 20:29:13 johannes Exp $ */
+/* $Id: php_cli.c,v 1.132 2005/10/11 18:58:27 sniper Exp $ */
#include "php.h"
#include "php_globals.h"
@@ -530,7 +530,7 @@
*lineno = 1;
if (!(file_handle->handle.fp = VCWD_FOPEN(script_file, "rb"))) {
- php_printf("Could not open input file: %s.\n", script_file);
+ php_printf("Could not open input file: %s\n", script_file);
return FAILURE;
}
file_handle->filename = script_file;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php