-rw-r--r-- | core/applets/vmemo/vmemo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/applets/vmemo/vmemo.cpp b/core/applets/vmemo/vmemo.cpp index e25a1ab..10a947e 100644 --- a/core/applets/vmemo/vmemo.cpp +++ b/core/applets/vmemo/vmemo.cpp | |||
@@ -477,7 +477,7 @@ void VMemo::record(void) | |||
477 | 477 | ||
478 | 478 | ||
479 | for (int i = 0; i < result; i+=2) { | 479 | for (int i = 0; i < result; i+=2) { |
480 | / monoBuffer[j] = sound[i]; | 480 | monoBuffer[j] = sound[i]; |
481 | // monoBuffer[j] = (sound[i]+sound[i+1])/2; | 481 | // monoBuffer[j] = (sound[i]+sound[i+1])/2; |
482 | 482 | ||
483 | j++; | 483 | j++; |