Ignore:
Timestamp:
Feb 25, 2011, 9:26:54 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi-busybox/e2fsprogs/old_e2fsprogs/blkid/read.c

    r1765 r2725  
    375375                cache->bic_filename));
    376376
    377     file = fdopen(fd, "r");
    378     if (!file)
    379         goto errout;
     377    file = xfdopen_for_read(fd);
    380378
    381379    while (fgets(buf, sizeof(buf), file)) {
     
    437435            printf("    tag: NULL\n");
    438436    }
    439     puts("");
     437    bb_putchar('\n');
    440438}
    441439
Note: See TracChangeset for help on using the changeset viewer.