mirror of
https://github.com/NixOS/nix.git
synced 2025-11-15 06:52:43 +01:00
Change parseCa(Opt) to parseContentAddress(Opt)
This commit is contained in:
parent
1b6461f671
commit
a5d820a0a3
9 changed files with 12 additions and 12 deletions
|
|
@ -662,7 +662,7 @@ void LocalStore::queryPathInfoUncached(const StorePath & path,
|
|||
if (s) info->sigs = tokenizeString<StringSet>(s, " ");
|
||||
|
||||
s = (const char *) sqlite3_column_text(state->stmtQueryPathInfo, 7);
|
||||
if (s) info->ca = parseCaOpt(s);
|
||||
if (s) info->ca = parseContentAddressOpt(s);
|
||||
|
||||
/* Get the references. */
|
||||
auto useQueryReferences(state->stmtQueryReferences.use()(info->id));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue