Changeset 160 in MondoRescue


Ignore:
Timestamp:
Dec 8, 2005, 11:18:12 AM (18 years ago)
Author:
andree
Message:

Quadrupled ARBITRARY_MAXIMUM from 500 to 2000 to reduce the likelihood
of not all files being displayed in mondorestore's filebrowser.
See also Debian bug #275385.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mondo/mondo/common/my-stuff.h

    r149 r160  
    133133#define SCREEN_LENGTH 25        ///< The default size of the screen.
    134134#define NOOF_ERR_LINES 6        ///< The number of lines of log output to keep at the bottom of the screen.
    135 #define ARBITRARY_MAXIMUM 500   ///< The maximum number of items showing at once in the mountlist or filelist editor.
     135#define ARBITRARY_MAXIMUM 2000  ///< The maximum number of items showing at once in the mountlist or filelist editor.
    136136#define MAX_TAPECATALOG_ENTRIES 4096    ///< The maximum number of entries in the tape catalog.
    137137#define MAX_STR_LEN 380         ///< The maximum length of almost all @p char buffers in Mondo.
Note: See TracChangeset for help on using the changeset viewer.