]> granicus.if.org Git - php/commitdiff
MFH
authorfoobar <sniper@php.net>
Tue, 11 Oct 2005 18:59:23 +0000 (18:59 +0000)
committerfoobar <sniper@php.net>
Tue, 11 Oct 2005 18:59:23 +0000 (18:59 +0000)
sapi/cli/php_cli.c

index bf004a4a338bda1ea3a288e4e3810125dfb7b608..bd0bd46114bef2d827b0419684716e92afcbd307 100644 (file)
@@ -472,7 +472,7 @@ static int cli_seek_file_begin(zend_file_handle *file_handle, char *script_file,
        *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;