X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdata%2Fdictionary.c;h=c00bd4face382c363990b6185741bdf1d62080c5;hb=b401615e6db40bf74394839b96600afe3a868a95;hp=79d36374fc42767660234911ed533c5732270b92;hpb=a9b46fb9e208c694e39d6f173bfa6fe631a30129;p=pspp-builds.git diff --git a/src/data/dictionary.c b/src/data/dictionary.c index 79d36374..c00bd4fa 100644 --- a/src/data/dictionary.c +++ b/src/data/dictionary.c @@ -588,7 +588,7 @@ reindex_vars (struct dictionary *d, size_t from, size_t to) /* Deletes variable V from dictionary D and frees V. This is a very bad idea if there might be any pointers to V - from outside D. In general, no variable in the active file's + from outside D. In general, no variable in the active dataset's dictionary should be deleted when any transformations are active on the dictionary's dataset, because those transformations might reference the deleted variable. The