Skip to content
Snippets Groups Projects
Commit c3be5ebf authored by Aaron Cuevas Lopez's avatar Aaron Cuevas Lopez
Browse files

Fix open ephys format xml file not updating record position in files

parent fe94b68c
No related branches found
No related tags found
No related merge requests found
...@@ -157,6 +157,7 @@ void OriginalRecording::openFile(File rootFolder, Channel* ch) ...@@ -157,6 +157,7 @@ void OriginalRecording::openFile(File rootFolder, Channel* ch)
else else
{ {
std::cout << "File already exists, just opening." << std::endl; std::cout << "File already exists, just opening." << std::endl;
fseek(chFile, 0, SEEK_END );
} }
if (isEvent) if (isEvent)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment