home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Science / Science.zip / fblnk224.zip / os2changes.txt < prev    next >
Text File  |  1999-01-28  |  483b  |  24 lines

  1. changes to compile fitsblink 2.24 on xfree86-OS/2
  2.  
  3. changed random() to rand() 'cause I'm lazy and don't want to link 
  4. in bsd.lib which supports random().
  5.  
  6. commented out:
  7.  
  8. telescope.c 522:
  9.  
  10.  /* fl_set_clock_adjustment(state.telescope->telutW, timezone); */
  11.  
  12. and
  13. telescope.c 307: 
  14. /*  fl_show_object(state.telescope->exponW); */
  15.  
  16. and
  17. telescope.c 311:
  18. /*fl_hide_object(state.telescope->exponW);*/
  19.  
  20.  
  21. don't know why these don't work...!
  22.  
  23. Duncan Munro
  24. dmunro@sfu.ca