Skip to content

Commit

Permalink
Support longer piece descriptions.
Browse files Browse the repository at this point in the history
  • Loading branch information
leozide committed Jun 2, 2024
1 parent 18224e8 commit 019ba4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/lc_library.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
# define DEF_MEM_LEVEL MAX_MEM_LEVEL
#endif

#define LC_LIBRARY_CACHE_VERSION 0x0109
#define LC_LIBRARY_CACHE_VERSION 0x0110
#define LC_LIBRARY_CACHE_ARCHIVE 0x0001
#define LC_LIBRARY_CACHE_DIRECTORY 0x0002

Expand Down
2 changes: 1 addition & 1 deletion common/pieceinf.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ class PieceInfo

public:
char mFileName[LC_PIECE_NAME_LEN];
char m_strDescription[128];
char m_strDescription[256];
lcZipFileType mZipFileType;
int mZipFileIndex;
lcPieceInfoState mState;
Expand Down

0 comments on commit 019ba4f

Please sign in to comment.