From 7fbcb745ab203f93e1d736a28f13b8310e58f4d3 Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 10 Aug 2007 08:58:44 +0000 Subject: [PATCH] nuke the dot --- ext/standard/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/standard/file.c b/ext/standard/file.c index ab7ac00e50..d9fcf06f91 100644 --- a/ext/standard/file.c +++ b/ext/standard/file.c @@ -1766,7 +1766,7 @@ PHPAPI int php_copy_file_ex(char *src, char *dest, int src_chk TSRMLS_DC) goto safe_to_copy; } if (S_ISDIR(src_s.sb.st_mode)) { - php_error_docref(NULL TSRMLS_CC, E_WARNING, "The first argument to copy() function cannot be a directory."); + php_error_docref(NULL TSRMLS_CC, E_WARNING, "The first argument to copy() function cannot be a directory"); return FAILURE; } if (!src_s.sb.st_ino || !dest_s.sb.st_ino) { -- 2.40.0