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/imregister/detrend/altpath.c

    r4864 r6674  
    141141  if (status == -1) {
    142142    if (errno == ENOENT) {
    143       if (mkdirhier (path) == -1) {
     143      if (mkdirhier (path, S_IRWXU | S_IRWXG | S_IRWXO) == -1) {
    144144        fprintf (stderr, "ERROR: can't create path %s\n", path);
    145145        return (FALSE);
Note: See TracChangeset for help on using the changeset viewer.