Remove multi-line comment compiler warning from PipeCapture.cc
Remove this compiler warning:
PipeCapture.cc:56:2: warning: multi-line comment [-Wcomment]
// /\ /\ /\
^
added by commit:
1b54123580
Enhance line discipline in PipeCapture::OnReadable() (#709276)
This commit is contained in:
parent
d842b8cdfb
commit
b3f0a0b1be
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue