[pan2/testing: 141/279] fixed typo
- From: Heinrich MÃller <henmull src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [pan2/testing: 141/279] fixed typo
- Date: Sat, 3 Dec 2011 22:34:01 +0000 (UTC)
commit 352de9b2e48152bec55ac98a495877af7ea370cc
Author: Heinrich MÃller <sphemuel stud informatik uni-erlangen de>
Date: Fri Jul 1 23:54:46 2011 +0200
fixed typo
pan/tasks/queue.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/pan/tasks/queue.h b/pan/tasks/queue.h
index f155358..a573a2c 100644
--- a/pan/tasks/queue.h
+++ b/pan/tasks/queue.h
@@ -128,7 +128,7 @@ namespace pan
tasks_t tasks;
TaskState get_state (Task* task) const {
if (_decoding && (task==_decoding)) return DECODING;
- if (_decoding && (task==_encoding)) return ENCODING;
+ if (_encoding && (task==_encoding)) return ENCODING;
if (_removing.count(task)) return REMOVING;
if (_stopped.count(task)) return STOPPED;
if (_running.count(task)) return RUNNING;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]