Imported Upstream version 3.3.0
[debian/amanda] / common-src / fileheader-test.c
index c917e2a3ac0f42a6dd6eeb02f5ad95e3ea3684ab..ec8057d7043ba6b99f2c310f62ce5d604f03e1c1 100644 (file)
@@ -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