add bug closure to changelog
[debian/amanda] / common-src / fileheader-test.c
index c917e2a3ac0f42a6dd6eeb02f5ad95e3ea3684ab..589f5caa1490b6d16534ec12b552df72645895b9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2010 Zmanda Inc.  All Rights Reserved.
+ * Copyright (c) 2010-2012 Zmanda Inc.  All Rights Reserved.
  *
  * This library is free software; you can redistribute it and/or modify it
  * under the terms of the GNU Lesser General Public License version 2.1 as
@@ -375,7 +375,7 @@ rt_type(dumpfile_t *hdr)
 }
 
 /* one function for each field; each fn calls the one above */
-static int
+static gboolean
 test_roundtrip(void)
 {
     int rv;
@@ -388,7 +388,7 @@ test_roundtrip(void)
 
     rv = PREV_RT(&hdr);
     tu_dbg("%d round-trips run\n", n_round_trips);
-    return rv;
+    return (rv) ? TRUE : FALSE;
 }
 
 /* doc