Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-core / trunk / src / modules / mod_ppm / trgt_mpg.cpp
index 8b57c47..e379eb0 100644 (file)
@@ -2,6 +2,8 @@
 /*!    \file trgt_mpg.cpp
 **     \brief bsd_mpeg1 Target Module
 **
+**     $Id$
+**
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
 **
@@ -54,6 +56,8 @@ const char bsd_mpeg1::Ext[]="mpg";
 
 /* === M E T H O D S ======================================================= */
 
+#error This code has tmpfile vulnerabilites
+
 Target *
 bsd_mpeg1::New(const char *filename)
 {