Followed revision 644 of wodim (msifile output without newline)

This commit is contained in:
Thomas Schmitt 2006-12-27 21:39:02 +00:00
parent 5f4e9d9cfb
commit a9e4bc1dbd
2 changed files with 2 additions and 2 deletions

View File

@ -3551,7 +3551,7 @@ int Cdrskin_msinfo(struct CdrskiN *skin, int flag)
skin->msifile);
{ret= 0; goto ex;}
}
fprintf(fp,"%d,%d\n",lba,nwa);
fprintf(fp,"%d,%d",lba,nwa);
fclose(fp);
}
ret= 1;

View File

@ -1 +1 @@
#define Cdrskin_timestamP "2006.12.27.162846"
#define Cdrskin_timestamP "2006.12.27.213729"