From f4e3c56c24886fee8c60244a989b371f103b84d2 Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 14 Nov 2000 04:33:20 +0000 Subject: [PATCH] *** empty log message *** --- pandatool/src/fltprogs/fltCopy.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandatool/src/fltprogs/fltCopy.cxx b/pandatool/src/fltprogs/fltCopy.cxx index 0144ba8938..5bb312880a 100644 --- a/pandatool/src/fltprogs/fltCopy.cxx +++ b/pandatool/src/fltprogs/fltCopy.cxx @@ -204,7 +204,7 @@ copy_texture(const Filename &source, const Filename &dest, tex->write_attr_data(attr_filename); if (new_file) { - add_cvs(attr_filename); + cvs_add(attr_filename); } return true;