Update of /cvsroot/win32forth/win32forth/apps/Player4
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9515/apps/Player4
Modified Files:
Catalog.f
Log Message:
Jos: Added the request level to the CSV-file
Index: Catalog.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/apps/Player4/Catalog.f,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** Catalog.f 5 Apr 2006 16:26:47 -0000 1.29
--- Catalog.f 5 Apr 2006 16:50:07 -0000 1.30
***************
*** 407,411 ****
r@ RecordDef Title r@ Cnt_Title c@ type-separator
r@ RecordDef #played @ .csv type-separator
! r@ RecordDef FileSize @ .csv +inlineRecord
r@ RecordDef RequestLevelRecord c@ .csv +inlineRecord
InlineRecord count fwrite
--- 407,411 ----
r@ RecordDef Title r@ Cnt_Title c@ type-separator
r@ RecordDef #played @ .csv type-separator
! r@ RecordDef FileSize @ .csv type-separator
r@ RecordDef RequestLevelRecord c@ .csv +inlineRecord
InlineRecord count fwrite
***************
*** 425,429 ****
s" Label" type-separator s" Artist" type-separator
s" Album " type-separator s" Title" type-separator
! s" #played" type-separator s" Size" +inlineRecord
InlineRecord count fwrite
--- 425,430 ----
s" Label" type-separator s" Artist" type-separator
s" Album " type-separator s" Title" type-separator
! s" #played" type-separator s" Size" type-separator
! s" ReqLevel" +inlineRecord
InlineRecord count fwrite
|