aboutsummaryrefslogtreecommitdiffstats
path: root/fig0_10.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'fig0_10.cpp')
-rw-r--r--fig0_10.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/fig0_10.cpp b/fig0_10.cpp
index c374ef9..5c81c3f 100644
--- a/fig0_10.cpp
+++ b/fig0_10.cpp
@@ -31,7 +31,7 @@
// FIG 0/10 Date and time
// ETSI EN 300 401 8.1.3.1
-void fig0_10(fig0_common_t& fig0, int indent)
+bool fig0_10(fig0_common_t& fig0, int indent)
{
char desc[256];
char dateStr[256];
@@ -68,5 +68,7 @@ void fig0_10(fig0_common_t& fig0, int indent)
fig0.ext(), MJD, dateStr, LSI, ConfInd, hours, minutes);
printbuf(desc, indent+1, NULL, 0);
}
+
+ return true;
}