diff --git a/src/PipeCapture.cc b/src/PipeCapture.cc index 1a55cc25..4224c8dd 100644 --- a/src/PipeCapture.cc +++ b/src/PipeCapture.cc @@ -53,8 +53,8 @@ bool PipeCapture::OnReadable( Glib::IOCondition condition ) // Linestart, cursor and lineend are offsets into buff like this: // "Previous line\n // Current line. Text progress bar: XXXXXXXXXX----------" - // /\ /\ /\ - // linestart cursor lineend + // ^ ^ ^ + // linestart cursor lineend Glib::ustring str; Glib::IOStatus status = channel->read( str, 512 ); if (status == Glib::IO_STATUS_NORMAL)