IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35301


Ignore:
Timestamp:
Mar 12, 2013, 1:24:16 PM (13 years ago)
Author:
eugene
Message:

correctly exit with status of 0 on success

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/delstar/src/delstar.c

    r35237 r35301  
    2121  switch (MODE) {
    2222    case MODE_DUP_IMAGES:
    23       delete_duplicate_images (0, NULL, &db);
     23      if (!delete_duplicate_images (0, NULL, &db)) exit (1);
     24      exit (0);
    2425      break;
    2526    case MODE_IMAGEFILE:
Note: See TracChangeset for help on using the changeset viewer.