Changeset 9a9a58e in mainline for uspace/srv/fs/minixfs/mfs_const.h


Ignore:
Timestamp:
2011-03-02T18:40:28Z (14 years ago)
Author:
Maurizio Lombardi <m.lombardi85@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
57640e7
Parents:
9e3dc95
Message:

Fix max file name length

File:
1 edited

Legend:

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

    r9e3dc95 r9a9a58e  
    4949
    5050#define V1_MAX_NAME_LEN         14
    51 #define V2_MAX_NAME_LEN         60
     51#define V2_MAX_NAME_LEN         14
     52#define V3_MAX_NAME_LEN         60
    5253
    5354#endif
Note: See TracChangeset for help on using the changeset viewer.