Changeset 159 in MondoRescue


Ignore:
Timestamp:
Dec 8, 2005, 11:14:53 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
  • branches/2.05/mondo/mondo/common/my-stuff.h

    r148 r159  
    261261#define SCREEN_LENGTH 25        ///< The default size of the screen.
    262262#define NOOF_ERR_LINES 6        ///< The number of lines of log output to keep at the bottom of the screen.
    263 #define ARBITRARY_MAXIMUM 500   ///< The maximum number of items showing at once in the mountlist or filelist editor.
     263#define ARBITRARY_MAXIMUM 2000  ///< The maximum number of items showing at once in the mountlist or filelist editor.
    264264#define MAX_TAPECATALOG_ENTRIES 4096    ///< The maximum number of entries in the tape catalog.
    265265#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.