Skip to content

Commit 7576847

Browse files
authored
Merge pull request #794 from MarcMil/dev-marc
Fix wrong .NET string summary
2 parents 02dba8a + 3f2ca77 commit 7576847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

soot-infoflow-summaries/summariesManual/System.String.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</flow>
2626
</flows>
2727
</method>
28-
<method id="void CopyTo(int,char[],int,int)>">
28+
<method id="void CopyTo(int,char[],int,int)">
2929
<flows>
3030
<flow isAlias="false" typeChecking="false">
3131
<from sourceSinkType="Field" />

0 commit comments

Comments
 (0)