]> granicus.if.org Git - php/commitdiff
nuke the dot
authorAntony Dovgal <tony2001@php.net>
Fri, 10 Aug 2007 08:58:44 +0000 (08:58 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 10 Aug 2007 08:58:44 +0000 (08:58 +0000)
ext/standard/file.c

index ab7ac00e5017755b263e357d775e750fb355d133..d9fcf06f9110cda35ae50569d7aebf75f224fec2 100644 (file)
@@ -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) {