summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/DabMux.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DabMux.cpp b/src/DabMux.cpp
index 972a4a2..e7da965 100644
--- a/src/DabMux.cpp
+++ b/src/DabMux.cpp
@@ -455,7 +455,7 @@ int main(int argc, char *argv[])
etiLog.level(info) << "Start loop";
/* Each iteration of the main loop creates one ETI frame */
- ssize_t currentFrame;
+ size_t currentFrame;
for (currentFrame = 0; running; currentFrame++) {
mux.mux_frame(outputs);