Skip to content

Commit

Permalink
Fixed an inconsistency with the detectTag method signature between th…
Browse files Browse the repository at this point in the history
…e header and implementation files
  • Loading branch information
Moreno Gentili committed Jul 1, 2018
1 parent 15db0cd commit a29e41a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cie_BerReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class cie_BerReader
bool readTriple(const cie_EFPath filePath, cie_BerTriple *triple, word *length);
bool readTripleValue(const cie_BerTriple triple, byte *buffer);
bool detectLength(const cie_EFPath filePath, word *contentOffset, word *contentLength, byte *lengthOctets);
bool detectTag (const cie_EFPath filePath, byte *classification, byte *encoding, word *type, byte *tagOctets);
bool detectTag (const cie_EFPath filePath, byte *classification, byte *encoding, unsigned int *type, byte *tagOctets);
bool readOctets(const cie_EFPath filePath, byte *buffer, const word offset, const word length);
bool readOctets(const cie_EFPath filePath, byte *buffer, const word length);
bool readOctet(const cie_EFPath filePath, byte *octet);
Expand Down

0 comments on commit a29e41a

Please # to comment.