Removed surplus line from rrip_add_PN().

It was introduced with the FreeBSD port.
This commit is contained in:
Thomas Schmitt 2008-11-25 16:53:36 +01:00
parent 7990e01a57
commit a8c7d1b0e6
1 changed files with 0 additions and 1 deletions

View File

@ -228,7 +228,6 @@ int rrip_add_PN(Ecma119Image *t, Ecma119Node *n, struct susp_info *susp)
PN[1] = 'N';
PN[2] = 20;
PN[3] = 1;
iso_bb(&PN[4], node->dev >> 32, 4);
/* (dev_t >> 32) causes compiler warnings on FreeBSD.
RRIP 1.10 4.1.2 prescribes PN "Dev_t High" to be 0 on 32 bit dev_t.