Changeset 55c51c28 in mainline


Ignore:
Timestamp:
2011-03-05T10:47:47Z (13 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
19a057f9
Parents:
eee8007
Message:

Fix max name lenght for V1 and V2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fs/minixfs/mfs_const.h

    reee8007 r55c51c28  
    5252
    5353#define V1_MAX_NAME_LEN         14
     54#define V1L_MAX_NAME_LEN        30
    5455#define V2_MAX_NAME_LEN         14
    55 #define V2E_MAX_NAME_LEN        30
     56#define V2L_MAX_NAME_LEN        30
    5657#define V3_MAX_NAME_LEN         60
    5758
Note: See TracChangeset for help on using the changeset viewer.