lintian doesn't like orphan packages with uploaders...
[debian/amanda] / oldrecover-src / uparse.y
index 3700981d2e089852066baf5cdedead60a5513f85..824a772327b9655eae1cafebef707d3470b03064 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Amanda, The Advanced Maryland Automatic Network Disk Archiver
  * Copyright (c) 1991-1998, 2000 University of Maryland at College Park
+ * Copyright (c) 2007-2012 Zmanda, Inc.  All Rights Reserved.
  * All Rights Reserved.
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
@@ -177,5 +178,5 @@ void
 yyerror(
     char *     s)
 {
-  printf("%s\n", s);
+  g_printf("%s\n", s);
 }