Ignore:
Timestamp:
Aug 18, 2009, 2:37:55 PM (15 years ago)
Author:
Bruno Cornec
Message:

r3332@localhost: bruno | 2009-08-07 23:59:34 +0200

  • bkpinfo->tmpchdir is now dynamically allocated
  • reorganize how tmpdir and scratchdir are initialized and the startup of the main sections
  • change of interface for maintain_collection_of_recent_archives, mondo_makefilelist, chop_filelist
  • sensibly_set_tmpdir_and_scratchdir => sensibly_set_scratchdir
  • reset_bkpinfo => init_bkpinfo
  • add function mr_free_bkpinfo
  • Fix a bug in mr_strtok
  • mondoarchive seems to globally work. Newt stuff needs more testing
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/mondo/src/common/libmondo-string.c

    r2318 r2321  
    513513            mr_asprintf(&output, "%s%s", q, value);
    514514        }
    515         p++;
     515        p+= strlen(token);
    516516        q = p;
    517517    }
     
    692692    numA = atol(stringA + start_of_numbers_in_A);
    693693    numB = atol(stringB + start_of_numbers_in_B);
    694     /*
    695        sprintf(tmp,"Comparing %s and %s --> %ld,%ld\n",stringA,stringB,numA,numB);
    696        log_to_screen(tmp);
    697      */
    698694    return ((int) (numA - numB));
    699695}
Note: See TracChangeset for help on using the changeset viewer.