summaryrefslogtreecommitdiffstats
path: root/src/k9play.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/k9play.cpp')
-rw-r--r--src/k9play.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/k9play.cpp b/src/k9play.cpp
index c21b561..915df89 100644
--- a/src/k9play.cpp
+++ b/src/k9play.cpp
@@ -239,9 +239,8 @@ void k9play::play() {
m_startSector=status.sector;
}
-
-
- KTempFile *bufferFile;
+
+ KTempFile *bufferFile = 0;
if (m_useCache) {
bufferFile=new KTempFile(locateLocal("tmp", "k9copy/k9p"), "");
m_output=bufferFile->file();