aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sisfileheader.cpp
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2002-07-07 13:17:23 +0000
committerFritz Elfert <felfert@to.com>2002-07-07 13:17:23 +0000
commit3e81a7442d2e3e6fcc7d6ad2f4f4b7960dd09ecf (patch)
tree18ca2801576f5ea6a7ee91102177369464785ddb /lib/sisfileheader.cpp
parent53e406607d3714d1da6c76e3fb648ba8a640e3ce (diff)
downloadplptools-3e81a7442d2e3e6fcc7d6ad2f4f4b7960dd09ecf.tar.gz
plptools-3e81a7442d2e3e6fcc7d6ad2f4f4b7960dd09ecf.tar.bz2
plptools-3e81a7442d2e3e6fcc7d6ad2f4f4b7960dd09ecf.zip
- Added comparison operators in PsiTime
- Fixed a typo
Diffstat (limited to 'lib/sisfileheader.cpp')
-rw-r--r--lib/sisfileheader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisfileheader.cpp b/lib/sisfileheader.cpp
index c816c00..e15e54b 100644
--- a/lib/sisfileheader.cpp
+++ b/lib/sisfileheader.cpp
@@ -114,7 +114,7 @@ SISFileHeader::fillFrom(uint8_t* buf, int* base, off_t len)
printf(_("Got options: %04x\n"), m_options);
m_type = read16(start + 38);
if (logLevel >= 2)
- printf(_("Got type: %0x\n"), m_type);
+ printf(_("Got type: %04x\n"), m_type);
m_major = read16(start + 40);
if (logLevel >= 2)
printf(_("Got major: %d\n"), m_major);