mirror of
https://https.git.savannah.gnu.org/git/tar.git
synced 2026-01-26 08:07:53 +00:00
Fix EOF return from wordsplit_finish
* lib/wordsplit.c (wordsplit_finish): Fix typo caught by -Wzero-as-null-pointer-constant
This commit is contained in:
parent
bd20771003
commit
29bb75ed65
@ -848,7 +848,7 @@ wordsplit_finish (struct wordsplit *wsp)
|
||||
}
|
||||
else
|
||||
{
|
||||
wsp->ws_error = WRDSE_EOF;
|
||||
wsp->ws_errno = WRDSE_EOF;
|
||||
return WRDSE_EOF;
|
||||
}
|
||||
goto again;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user