Skip to content

Commit 3f2ca77

Browse files
committed
Fix wrong .NET string summary
1 parent 02dba8a commit 3f2ca77

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)