From: Tzafrir Cohen <[email protected]>
---
src/fdmdv_demod.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/fdmdv_demod.c b/src/fdmdv_demod.c
index 5783279..a64e510 100644
--- a/src/fdmdv_demod.c
+++ b/src/fdmdv_demod.c
@@ -58,8 +58,8 @@ int main(int argc, char *argv[])
short rx_fdm_scaled[FDMDV_MAX_SAMPLES_PER_FRAME];
int i, bit, byte, c;
int nin, nin_prev;
- int sync_bit, reliable_sync_bit;
- int sync;
+ int sync_bit = 0, reliable_sync_bit;
+ int sync = 0;
int f;
FILE *foct = NULL;
struct FDMDV_STATS stats;
--
1.7.10.4
------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/13534_NeoTech
_______________________________________________
Freetel-codec2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freetel-codec2