[2665] use istream::ignore() (and ignore result) to skip chars instead of get()
ignoring the result fixes a scan-build error. besides, ignore() should be more appropriate choice for what it intends to do anyway.
Please register or sign in to comment