View the DQSD CVS repository here:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Update of /cvsroot/dqsd/dqsd/searches
In directory sc8-pr-cvs1:/tmp/cvs-serv10255/searches

Modified Files:
        alarm.xml 
Log Message:
* Fixed whitespace parsing bug

Index: alarm.xml
===================================================================
RCS file: /cvsroot/dqsd/dqsd/searches/alarm.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** alarm.xml   13 Jun 2003 21:49:07 -0000      1.10
--- alarm.xml   4 Dec 2003 18:48:18 -0000       1.11
***************
*** 36,40 ****
          setTimeout("document.deff.q.value='';",1000);
        }
!       else if( parsedLine = t.match(/(\d\d\:\d\d)\s+(.*)/) ) 
        {
                if( parsedLine[1] != null && parsedLine[1].length != 0) { 
--- 36,40 ----
          setTimeout("document.deff.q.value='';",1000);
        }
!       else if( parsedLine = t.match(/(\d\d\:\d\d)\s*(.*)/) ) 
        {
                if( parsedLine[1] != null && parsedLine[1].length != 0) { 
***************
*** 59,63 ****
                setTimeout("document.deff.q.value='';",1000);
        }
!         else if( parsedLine = t.match(/^(\d+)\s+(.*)$/) )
          {
          if( parsedLine[1] != null && parsedLine[1].length != 0) {
--- 59,63 ----
                setTimeout("document.deff.q.value='';",1000);
        }
!         else if( parsedLine = t.match(/^(\d+)\s*(.*)$/) )
          {
          if( parsedLine[1] != null && parsedLine[1].length != 0) {




-------------------------------------------------------
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an expert in LINUX or just sharpen your skills.  Sign up for IBM's
Free Linux Tutorials.  Learn everything from the bash shell to sys admin.
Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click
_______________________________________________
DQSD-CVS mailing list
https://lists.sourceforge.net/lists/listinfo/dqsd-cvs
DQSD CVS repository:
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/dqsd/

Reply via email to