Ignore:
Timestamp:
Jan 21, 2024, 11:38:53 PM (19 months ago)
Author:
gyoung
Message:

Changes to allow null termination

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mediafolder/include/cddb.hh

    r51 r143  
    4646{
    4747public:
    48   char title[100];
    49   char artist[100];
    50   char category[20];
     48  char title[101];
     49  char artist[101];
     50  char category[21];
    5151  LONG discid;
    5252
Note: See TracChangeset for help on using the changeset viewer.