no message

This commit is contained in:
2025-03-30 16:00:18 +03:00
parent 4f5a091af7
commit 5ef516d019
6 changed files with 7 additions and 10 deletions

View File

@@ -80,7 +80,7 @@ public class SPF_GetGraphFunctions extends SapforAnalysis {
int c_line = Integer.parseInt(splited[idx.Inc()]);
//-
FuncCall fc = new FuncCall(file, call_name, c_line);
fc.parent_offset = nf.line - fc.line;
fc.parentLineOffset = nf.line - fc.line;
nf.calls.add(fc);
}
}