Ignore:
Timestamp:
05/25/01 16:51:24 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Cosy/Starguider.cc

    r748 r808  
    293293}
    294294
    295 void Starguider::Execute(const unsigned long n, char *img, struct timeval *tm)
     295void Starguider::Execute(const unsigned long n, byte *img, struct timeval *tm)
    296296{
    297297
     
    329329        if (fDisplay->IsEntryChecked(IDM_kCatalog))
    330330        {
    331             char cimg[768*576];
     331            byte cimg[768*576];
    332332
    333333            XY xy = fCRaDec->GetCoordinates();
Note: See TracChangeset for help on using the changeset viewer.