-rw-r--r-- | core/applets/vmemo/vmemo.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/applets/vmemo/vmemo.cpp b/core/applets/vmemo/vmemo.cpp index 4b668de..ec46340 100644 --- a/core/applets/vmemo/vmemo.cpp +++ b/core/applets/vmemo/vmemo.cpp | |||
@@ -23,8 +23,8 @@ | |||
23 | #include <sys/ioctl.h> | 23 | #include <sys/ioctl.h> |
24 | #include <linux/soundcard.h> | 24 | #include <linux/soundcard.h> |
25 | |||
25 | #include <string.h> | 26 | #include <string.h> |
26 | #include <stdlib.h> | 27 | #include <stdlib.h> |
27 | #include <errno.h> | 28 | #include <errno.h> |
28 | #include <string.h> | ||
29 | 29 | ||
30 | typedef struct _waveheader { | 30 | typedef struct _waveheader { |
@@ -294,5 +294,5 @@ void VMemo::mousePressEvent( QMouseEvent *me ) | |||
294 | fileName=fileName.right(fileName.length()-s-2); | 294 | fileName=fileName.right(fileName.length()-s-2); |
295 | qDebug("filename will be "+fileName); | 295 | qDebug("filename will be "+fileName); |
296 | if( !fileName.right(1).find('/') == -1) | 296 | if( fileName.right(1).find('/') == -1) |
297 | fileName+="/"; | 297 | fileName+="/"; |
298 | 298 | ||