1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-02 00:49:33 +02:00

Just adding some comments for later work

This commit is contained in:
Leland Lucius 2015-08-14 18:40:29 -05:00
parent 1b2923e8f4
commit 7bc176f5ac

View File

@ -1455,6 +1455,7 @@ _("Project check of \"%s\" folder \
nResult = FSCKstatus_CLOSE_REQ; nResult = FSCKstatus_CLOSE_REQ;
else else
{ {
// LL: A progress dialog should probably be used here
BlockHash::iterator iter = missingAliasedFileAUFHash.begin(); BlockHash::iterator iter = missingAliasedFileAUFHash.begin();
while (iter != missingAliasedFileAUFHash.end()) while (iter != missingAliasedFileAUFHash.end())
{ {
@ -1516,6 +1517,7 @@ _("Project check of \"%s\" folder \
nResult = FSCKstatus_CLOSE_REQ; nResult = FSCKstatus_CLOSE_REQ;
else else
{ {
// LL: A progress dialog should probably be used here
BlockHash::iterator iter = missingAUFHash.begin(); BlockHash::iterator iter = missingAUFHash.begin();
while (iter != missingAUFHash.end()) while (iter != missingAUFHash.end())
{ {
@ -1574,6 +1576,7 @@ _("Project check of \"%s\" folder \
nResult = FSCKstatus_CLOSE_REQ; nResult = FSCKstatus_CLOSE_REQ;
else else
{ {
// LL: A progress dialog should probably be used here
BlockHash::iterator iter = missingAUHash.begin(); BlockHash::iterator iter = missingAUHash.begin();
while (iter != missingAUHash.end()) while (iter != missingAUHash.end())
{ {