mirror of
https://github.com/NixOS/nix
synced 2025-06-27 00:11:17 +02:00
Remote nullptr
Co-authored-by: Eelco Dolstra <edolstra@gmail.com>
(cherry picked from commit 8152c5c828
)
This commit is contained in:
parent
1a21eb43af
commit
bc8611a29b
1 changed files with 1 additions and 1 deletions
|
@ -838,7 +838,7 @@ StorePathSet Store::queryValidPaths(const StorePathSet & paths, SubstituteFlag m
|
|||
if (exists)
|
||||
state->valid.insert(path);
|
||||
|
||||
if (newExc != nullptr)
|
||||
if (newExc)
|
||||
state->exc = newExc;
|
||||
|
||||
assert(state->left);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue