merging 1.7.8 changed files.

This commit is contained in:
Jim Saxton
2020-03-08 12:40:42 -07:00
parent 224fab2ea1
commit 982715e4e8
18 changed files with 672 additions and 156 deletions

View File

@@ -87,6 +87,6 @@ void YabList::PrintOut()
{
printf("\n");
for(int i=0; i<idList->CountItems(); i++)
printf("\t%s\n", ((BString*)(idList->ItemAt(i)))->String() );
printf("\t View %s and the id %d %d \n", ((BString*)(idList->ItemAt(i)))->String() , idList->ItemAt(i), viewList->ItemAt(i));
printf("\n");
}