Index: InputStream.m
===================================================================
RCS file: /cvs/hive/Swarm/swarm/src/collections/InputStream.m,v
retrieving revision 1.39
diff -c -r1.39 InputStream.m
*** InputStream.m	1999/09/12 22:16:44	1.39
--- InputStream.m	1999/10/17 22:05:16
***************
*** 203,210 ****
              break;
            [list addLast: newObj];
          }
!       
!       if (ARCHIVERDOTP ([list atOffset: 1]) && [list getCount] == 3)
          {
            id pair = [ArchiverPair createBegin: aZone];
            
--- 203,210 ----
              break;
            [list addLast: newObj];
          }
! 
!       if ([list getCount] == 3 && ARCHIVERDOTP ([list atOffset: 1]))
          {
            id pair = [ArchiverPair createBegin: aZone];
            
