summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2009-06-24 10:49:08 +0200
committerLuc Verhaegen <libv@skynet.be>2009-06-24 10:49:08 +0200
commit08e0bc567048f123bf1eb4921f02b54b060b5c6e (patch)
tree0996d9203f805b471d8f18caf75c9d73ba5293c8
parent02a035445e8ef465a9b2d24423dec57e7190b4fd (diff)
Further small changes to phnxdeco.
-rw-r--r--phnxdeco/phnxdeco.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/phnxdeco/phnxdeco.c b/phnxdeco/phnxdeco.c
index daed381..4d9968d 100644
--- a/phnxdeco/phnxdeco.c
+++ b/phnxdeco/phnxdeco.c
@@ -209,8 +209,8 @@ static unsigned char TotalSecM(FILE * ptx, unsigned char * Buf, unsigned char Ac
switch (Action) {
case List:
- printf("\n%c %.1X %1d %8X %8X %5.X %8X %5.2Xh", phhead.ID_LO, phhead.ID_HI,
- phhead.isPacked, blkstart, blkend + phhead.Packed1, phhead.Packed1, phhead.Prev, Start);
+ printf("\n%c %.1X %1d %8X %8X %5.X %8X %5.2Xh %05X", phhead.ID_LO, phhead.ID_HI,
+ phhead.isPacked, blkstart, blkend + phhead.Packed1, phhead.Packed1, phhead.Prev, Start, phhead.Segment << 16 | phhead.Offset);
break;