diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-19 21:33:17 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-07-19 21:33:17 +0000 |
commit | a429a0f0f510751b842b7161f5e1c8feab05fc1b (patch) | |
tree | 0f1667737581b3b6dc5b9cff8d904a596e9d2335 /vest/line_mediator.pl | |
parent | 648c350aa8b90bd60ca1448bd3bb702004b9ad26 (diff) |
shared_ptr for ReadFile and doc_scorer; init ds to GetOne() in oracle
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@322 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'vest/line_mediator.pl')
-rwxr-xr-x | vest/line_mediator.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vest/line_mediator.pl b/vest/line_mediator.pl index bc2bb24c..a47c5d1d 100755 --- a/vest/line_mediator.pl +++ b/vest/line_mediator.pl @@ -89,6 +89,7 @@ if ($ser eq 'SERIAL') { lineto(*STDOUT,$_); } } + } } else { info("DIRECT mode\n"); my @rw1=POSIX::pipe(); |