Skip to content
Snippets Groups Projects
Commit 5f6f2332 authored by Eric Cano's avatar Eric Cano
Browse files

Changed tape file copyNb size to match rest of code.

parent 044001f8
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ struct TapeFile {
* The copy number of the file. Copy numbers start from 1. Copy number 0
* is an invalid copy number.
*/
uint64_t copyNb;
uint16_t copyNb;
/**
* The time the file recorded in the catalogue.
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment