Skip to content
Snippets Groups Projects
Commit ecc02640 authored by Pierre Aubert's avatar Pierre Aubert
Browse files

Fix return code

parent d012544e
No related branches found
No related tags found
No related merge requests found
Pipeline #113692 passed
...@@ -172,7 +172,7 @@ int main(int argc, char** argv){ ...@@ -172,7 +172,7 @@ int main(int argc, char** argv){
defaultMode.getValue(fileInputRaw, "inputraw"); defaultMode.getValue(fileInputRaw, "inputraw");
defaultMode.getValue(fileInputFull, "inputfull"); defaultMode.getValue(fileInputFull, "inputfull");
return computeAttributeOffset(fileInputRaw, fileInputFull); return computeAttributeOffset(fileInputRaw, fileInputFull) - 1;
} }
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