Changeset 2679 in MondoRescue


Ignore:
Timestamp:
Sep 2, 2010, 7:03:03 AM (14 years ago)
Author:
Bruno Cornec
Message:

r3996@localhost: bruno | 2010-09-01 14:21:52 +0200

  • Push MAX_STR_LEN to 512 to allow supporting more exclude dir (2.2.10 and dyn allocation is the way to go there)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mondo/src/include/my-stuff.h

    r2627 r2679  
    114114#define MAX_TAPECATALOG_ENTRIES 16384   ///< The maximum number of entries in the tape catalog.
    115115#define MAX_MOUNTLIST_ENTRIES 8192  ///< The maximum number of entries in the mountlist.
    116 #define MAX_STR_LEN 384         ///< The maximum length of almost all @p char buffers in Mondo.
     116#define MAX_STR_LEN 512         ///< The maximum length of almost all @p char buffers in Mondo.
    117117                                        ///  Note: Make this divisible by eight to avoid aligment issues
    118118                                        ///        on 64bit platforms like ia64.
Note: See TracChangeset for help on using the changeset viewer.