Skip to content
Snippets Groups Projects
Commit a8645217 authored by Philippe Canal's avatar Philippe Canal
Browse files

4th attempt to silence coverity about the use of fpos_t

git-svn-id: http://root.cern.ch/svn/root/trunk@41695 27541ba8-7e3a-0410-8455-c3a389f83636
parent 9669f379
No related branches found
No related tags found
No related merge requests found
......@@ -732,6 +732,8 @@ G__value G__execfuncmacro(const char* item, int* done)
fpos_t call_pos;
if (G__ifile.fp) {
fgetpos(G__ifile.fp, &call_pos);
} else {
memset(&call_pos,0,sizeof(fpos_t));
}
//
// Search for translated macro function.
......
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