Ignore:
Timestamp:
04/01/08 23:04:22 (16 years ago)
Author:
r2d
Message:
  • mpcchap can now dump chapters
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libmpc/trunk/mpcchap/iniparser.c

    r384 r387  
    517517        /* Empty line */
    518518        sta = LINE_EMPTY ;
    519     } else if (line[0]=='#') {
     519    } else if (line[0]=='#' || line[0]==';') {
    520520        /* Comment line */
    521521        sta = LINE_COMMENT ;
Note: See TracChangeset for help on using the changeset viewer.