[beast: 12/26] BSE: fix accidental ENGINE_JOB_ICONNECT rename
- From: Tim Janik <timj src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [beast: 12/26] BSE: fix accidental ENGINE_JOB_ICONNECT rename
- Date: Fri, 14 Oct 2016 15:49:00 +0000 (UTC)
commit 6dc94997faf4e5c711ffcd95ec4ddf697ed395c7
Author: Tim Janik <timj gnu org>
Date: Sat May 28 22:31:57 2016 +0200
BSE: fix accidental ENGINE_JOB_ICONNECT rename
Signed-off-by: Tim Janik <timj gnu org>
bse/bseengine.cc | 2 +-
bse/bseenginemaster.cc | 2 +-
bse/bseenginenode.hh | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/bse/bseengine.cc b/bse/bseengine.cc
index 2be7427..c5663fd 100644
--- a/bse/bseengine.cc
+++ b/bse/bseengine.cc
@@ -247,7 +247,7 @@ bse_job_connect (BseModule *src_module,
assert_return (dest_istream < dest_module->klass->n_istreams, NULL);
job = sfi_new_struct0 (BseJob, 1);
- job->job_id = ENGINE_JOB_IC0NNECT;
+ job->job_id = ENGINE_JOB_ICONNECT;
job->connection.dest_node = ENGINE_NODE (dest_module);
job->connection.dest_ijstream = dest_istream;
job->connection.src_node = ENGINE_NODE (src_module);
diff --git a/bse/bseenginemaster.cc b/bse/bseenginemaster.cc
index a5327c3..9f1e1eb 100644
--- a/bse/bseenginemaster.cc
+++ b/bse/bseenginemaster.cc
@@ -429,7 +429,7 @@ master_process_job (BseJob *job)
master_need_reflow |= TRUE;
}
break;
- case ENGINE_JOB_IC0NNECT:
+ case ENGINE_JOB_ICONNECT:
node = job->connection.dest_node;
src_node = job->connection.src_node;
istream = job->connection.dest_ijstream;
diff --git a/bse/bseenginenode.hh b/bse/bseenginenode.hh
index 9a644f5..95ef689 100644
--- a/bse/bseenginenode.hh
+++ b/bse/bseenginenode.hh
@@ -37,7 +37,7 @@ typedef enum /*< skip >*/
ENGINE_JOB_SYNC,
ENGINE_JOB_INTEGRATE,
ENGINE_JOB_DISCARD,
- ENGINE_JOB_IC0NNECT,
+ ENGINE_JOB_ICONNECT,
ENGINE_JOB_JCONNECT,
ENGINE_JOB_IDISCONNECT,
ENGINE_JOB_JDISCONNECT,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]