[subproc-cvs] subproc subproc,1.18,1.19
Status: Beta
Brought to you by:
cstroie
From: Costin S. <cs...@us...> - 2007-01-12 21:13:36
|
Update of /cvsroot/subproc/subproc In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv30943 Modified Files: subproc Log Message: Replace all | chars when output to subviewer. Index: subproc =================================================================== RCS file: /cvsroot/subproc/subproc/subproc,v retrieving revision 1.18 retrieving revision 1.19 diff -u -d -r1.18 -r1.19 --- subproc 11 Sep 2006 17:49:02 -0000 1.18 +++ subproc 12 Jan 2007 21:13:27 -0000 1.19 @@ -403,7 +403,7 @@ { if (subtitles["text", j]) { - sub(/\|/, eol, subtitles["text", j]) + gsub(/\|/, eol, subtitles["text", j]) printf("%s%s", k, eol) > file printf("%s --> %s%s", |