summaryrefslogtreecommitdiffstats
path: root/firmware/id3.c
AgeCommit message (Expand)AuthorFilesLines
2002-05-08Removed include fcntl.hBjörn Stenberg1-3/+2
2002-05-08uninitialised variable and better return code checkDaniel Stenberg1-2/+4
2002-05-06fixed buffer overflow in setid3v1titleDave Chapman1-2/+2
2002-05-06no more unistd.hDaniel Stenberg1-1/+0
2002-05-05Dave Chapman found a problem in the id3v1 tag reading, and providedDaniel Stenberg1-1/+1
2002-05-05include file.h (important for the x11 sim to work) and types.h (as thatDaniel Stenberg1-18/+3
2002-05-02Added Gary's snprintf() and changed all places to use it.Björn Stenberg1-4/+1
2002-04-30fixed to use our file apiDaniel Stenberg1-34/+41
2002-04-28Removed some warningsBjörn Stenberg1-1/+1
2002-04-26fixed compiler warningsDaniel Stenberg1-8/+6
2002-04-23no more malloc()s or strdup()sDaniel Stenberg1-35/+54
2002-04-23id3 tag reading code, both v1 and v2. Still needs to be adjusted more toDaniel Stenberg1-0/+549