everything related to duct tape audio suite (dtas)
 help / color / mirror / code / Atom feed
* [PATCH] dtas-*edit: fix inotify watch invocations
@ 2015-05-21  7:47 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2015-05-21  7:47 UTC (permalink / raw)
  To: dtas-all; +Cc: Eric Wong

Broken by commit c02f0b8182b35df1a318418bbd0036c00be93b5c
("source/splitfx: allow watching extra external scripts")
Oops
---
 bin/dtas-sinkedit   | 2 +-
 bin/dtas-sourceedit | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/dtas-sinkedit b/bin/dtas-sinkedit
index 3a4bda8..f0b222c 100755
--- a/bin/dtas-sinkedit
+++ b/bin/dtas-sinkedit
@@ -78,7 +78,7 @@ else
   rset = [ sev ]
   if watch
     ino = DTAS::Watchable::InotifyReadableIter.new
-    ino.watch_file(tmp_path, do_update)
+    ino.watch_files(tmp_path, do_update)
     rset << ino
   end
 
diff --git a/bin/dtas-sourceedit b/bin/dtas-sourceedit
index bf9e829..fba0511 100755
--- a/bin/dtas-sourceedit
+++ b/bin/dtas-sourceedit
@@ -65,7 +65,7 @@ else
   rset = [ sev ]
   if watch
     ino = DTAS::Watchable::InotifyReadableIter.new
-    ino.watch_file(tmp_path, do_update)
+    ino.watch_files(tmp_path, do_update)
     rset << ino
   end
 
-- 
EW



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-21  7:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-05-21  7:47 [PATCH] dtas-*edit: fix inotify watch invocations Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/dtas.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).