Skip to content

Commit bd9f9fe

Browse files

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/plugins/grass/qgsgrassshell.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -722,10 +722,10 @@ void QgsGrassShell::printStdout()
722722
mStdoutBuffer.remove ( 0, mlen );
723723
continue;
724724
}
725-
725+
726726
if ( rxend.search(mStdoutBuffer) == 0 )
727727
{
728-
mlen = rxerror.matchedLength();
728+
mlen = rxend.matchedLength();
729729
mStdoutBuffer.remove ( 0, mlen );
730730
continue;
731731
}

0 commit comments

Comments
 (0)
Please sign in to comment.