Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/compl.c

    r10ef47ba r6afc9d7  
    360360                                asprintf(&ent_path, "%s/%s", *cs->path, dent->d_name);
    361361                                struct stat ent_stat;
    362                                 if (stat(ent_path, &ent_stat) != EOK) {
     362                                if (stat(ent_path, &ent_stat) != 0) {
    363363                                        /* Error */
    364364                                        free(ent_path);
Note: See TracChangeset for help on using the changeset viewer.