dbertoni    00/05/03 12:37:56

  Modified:    c/src/XSLT FunctionSystemProperty.cpp
  Log:
  Initialize variable.
  
  Revision  Changes    Path
  1.4       +1 -1      xml-xalan/c/src/XSLT/FunctionSystemProperty.cpp
  
  Index: FunctionSystemProperty.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/FunctionSystemProperty.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- FunctionSystemProperty.cpp        2000/05/03 16:54:45     1.3
  +++ FunctionSystemProperty.cpp        2000/05/03 19:37:56     1.4
  @@ -110,7 +110,7 @@
   
        XalanDOMString  result;
   
  -     double                  numberResult;
  +     double                  numberResult = 0.0;
   
        if(indexOfNSSep < fullNameLength)
        {
  
  
  

Reply via email to