Forums before death by AOL, social media and spammers... "We can't have nice things"
|    comp.lang.pascal.borland    |    Borland Pascal was actually pretty neat    |    2,978 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 2,860 of 2,978    |
|    Bart to All    |
|    Re: FPC - trying again :(    |
|    09 Jan 12 17:54:43    |
   
   XPost: comp.lang.pascal.misc   
   From: broersma.juda_ANTISPAM_@tiscali.nl   
      
   Op Mon, 09 Jan 2012 15:50:53 +0000 schreef Robert AH Prins   
   :   
      
      
   >repeat   
   > if list_ptr^.cday[3] = '#' then <--- 216   
   > _hash_tr:= pred(list_ptr^.tr);   
   >   
   > list_ptr:= list_ptr^.list_nxt;   
   >until (_hash_tr <> maxint) or   
   > (list_ptr = nil);   
   >   
      
   RTE 216 = GPF I think?   
   if list_ptr = nil on entry the code will crash   
      
    if (list_ptr <> nil) and (list_ptr^.cday[3] = '#') then   
    _hash_tr:= pred(list_ptr^.tr)   
    else writeln('lsit_ptr = nil'); //debug   
      
   See what that comes up with?   
      
   Bart   
      
   --   
   Bart Broersma   
   broersma.juda_ANTISPAM_@tiscali.nl   
   (ff _ANTISPAM_ wegpoetsen uit dit adres natuurlijk)   
      
   --- SoupGate-Win32 v1.05   
    * Origin: you cannot sedate... all the things you hate (1:229/2)   
|
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca