[net.sources.bugs] Hack 1.0.3 edfile bugs

erik@ssc-vax.UUCP (Erik Strom) (08/02/85)

    Last night, I took my first try at converting Hack to the 1.0.3
 version and found have found 2 bugs so far in the edit file.


    The first one occurs at about line 36 where the following lines are 
 removed:

           otmp->spe = -1; /* no longer the actual amulet */
      if(!otmp->nobj){  <------  I don't think this line should have been 
				 removed or at least the '{' is missing.

    The other is at about line 62 where about 4 lines were added, the '{'
is missing here also:

          if((fd = creat(bones, FMASK)) < 0) return; {  <--------
                  otmp->known = 0; 



    Has anybody else had any problems?



-----------------------------------------------------------------------------
 He's cute, he's cuddly, he's loyal, he's brave, but he's not home, so leave
 your posting at the sound of the tone......
-----------------------------------------------------------------------------

                                          Erik
					  ssc-vax!erik  

kimery@wdl1.UUCP (Sam Kimery) (08/06/85)

> 
>     Last night, I took my first try at converting Hack to the 1.0.3
>  version and found have found 2 bugs so far in the edit file.
> 
> 
>     Has anybody else had any problems?
> 
nope.  Are you sure you are using the version of hack 1.02 _EXACTLY_
as posted by aeb??  If not, this is your problem.

erik@ssc-vax.UUCP (Erik Strom) (08/09/85)

    Following up on my earlier posting concerning the bugs I found,
    I have found similar problems in ~ 12 of the source files. The 
    problem seems to be that random lines are either inserted or 
    deleted in these files thus throwing off the line count in the
    edfile. As far as I know, I didn't touch these files before I
    tarred them, so I don't know what happened. 1.0.2 works just 
    fine, so I'll just make the appropriate changes and see what 
    happens.



-----------------------------------------------------------------------------
 He's cute, he's cuddly, he's loyal, he's brave, but he's not home, so leave
 your posting at the sound of the tone......
-----------------------------------------------------------------------------

                                          Erik
					  ssc-vax!erik