summaryrefslogtreecommitdiff
Unidiff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--core/applets/vmemo/vmemo.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/applets/vmemo/vmemo.cpp b/core/applets/vmemo/vmemo.cpp
index 25ee476..bba55a3 100644
--- a/core/applets/vmemo/vmemo.cpp
+++ b/core/applets/vmemo/vmemo.cpp
@@ -307,6 +307,7 @@ int VMemo::openWAV(const char *filename)
307 WaveHeader wh; 307 WaveHeader wh;
308 308
309 wh.main_chunk = RIFF;// RIFF 309 wh.main_chunk = RIFF;// RIFF
310 wh.length=0; /* filelen */
310 wh.chunk_type = WAVE;//WAVE 311 wh.chunk_type = WAVE;//WAVE
311 wh.sub_chunk = FMT;// fmt 312 wh.sub_chunk = FMT;// fmt
312 wh.sc_len = 16;// format length = 16 313 wh.sc_len = 16;// format length = 16