Update of bug #60782 (project groff):

             Open/Closed:                    Open => Closed                 
         Planned Release:                    None => 1.23.0                 

    _______________________________________________________

Follow-up Comment #5:


commit 11137209eded488c5ecb598e13bd9450f004dd49
Author: G. Branden Robinson <[email protected]>
Date:   Mon Jun 27 10:34:32 2022 -0500

    [pre-grohtml]: Fix Savannah #60782.
    
    * src/preproc/html/pre-html.cpp (char_buffer::run_output_filter): Return
      wait status of child process.
    
      (char_buffer::run_output_filter, main): Rename local variable `status`
      to `wstatus` to recognize distinction between exit status (a 7-bit
      quantity) and wait status (a wider type).
    
      (main): Issue fatal diagnostic if child process exited with nonzero
      status.  Since the child's output to the standard error stream is
      lost, advise re-running with different output driver to see them.
      This unhappy shortcoming is filed as Savannah #62673.  Explicitly
      return zero otherwise.
    
    Fixes <https://savannah.gnu.org/bugs/?60782>.



    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60782>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/


Reply via email to