ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/c++/SysMon.cpp
(Generate patch)

Comparing projects/cms/source/host/c++/SysMon.cpp (file contents):
Revision 1.5 by ab11, Fri Mar 23 15:02:12 2001 UTC vs.
Revision 1.6 by ab11, Fri Mar 23 16:39:04 2001 UTC

# Line 330 | Line 330 | string SysMon::getData(){
330                  // it is the same level, just add this as another element  
331                  if ( isAttrib ){
332                      attributes += levels[level+2];
333 <                    attributes += "=";
333 >                    attributes += "=\"";
334                      attributes += values[count];        
335 <                    attributes += " ";
335 >                    attributes += "\" ";
336                      // now check if this is the last element
337                      
338          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines