Browse Source

*** empty log message ***

David Rose 25 years ago
parent
commit
f4e3c56c24
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandatool/src/fltprogs/fltCopy.cxx

+ 1 - 1
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;