IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 24, 2006, 2:42:35 PM (20 years ago)
Author:
eugene
Message:

moved check_permissions to libohana, added buttons to Kii

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/addstar/src/load_pt_catalog.c

    r5945 r6674  
    33int load_pt_catalog (Catalog *catalog, SkyRegion *region) {
    44 
    5   check_permissions (catalog[0].filename);
     5  if (!check_file_access (catalog[0].filename, TRUE, TRUE)) {
     6    exit (1);
     7  }
     8
    69  if (VERBOSE) fprintf (stderr, "adding to %s\n", catalog[0].filename);
    710   
Note: See TracChangeset for help on using the changeset viewer.