dbertoni    01/09/28 13:43:39

  Modified:    c/samples/SimpleXPathCAPI SimpleXPathCAPI.c
  Log:
  Added newline to output.
  
  Revision  Changes    Path
  1.5       +1 -1      xml-xalan/c/samples/SimpleXPathCAPI/SimpleXPathCAPI.c
  
  Index: SimpleXPathCAPI.c
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/samples/SimpleXPathCAPI/SimpleXPathCAPI.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SimpleXPathCAPI.c 2001/09/28 20:40:50     1.4
  +++ SimpleXPathCAPI.c 2001/09/28 20:43:39     1.5
  @@ -170,7 +170,7 @@
   
                                if (theResult == XALAN_XPATH_API_SUCCESS)
                                {
  -                                     fprintf(stdout, "The result of the 
expression was '%s'.", theBoolean == 0 ? "false" : "true");
  +                                     fprintf(stdout, "The result of the 
expression was '%s'.\n", theBoolean == 0 ? "false" : "true");
                                }
   
                                theResult = 
XalanDestroyXPathEvaluator(theXalanHandle);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to