Skip to content

Commit

Permalink
actually remove "copydata" class calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
murrty committed Sep 18, 2022
1 parent 87f457d commit ce1cbf6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions YChanEx/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ static int Main(string[] args) {
IntPtr hwnd = CopyData.FindWindow(null, "YChanEx");
if (hwnd != IntPtr.Zero) {
if (Arguments.URLs.Count > 0) {
CopyData.SentData Data = new() { Argument = string.Join("|", Arguments.URLs) };
CopyData.CopyDataStruct DataStruct = new();
SentData Data = new() { Argument = string.Join("|", Arguments.URLs) };
CopyDataStruct DataStruct = new();
IntPtr CopyDataBuffer = IntPtr.Zero;
IntPtr DataBuffer = IntPtr.Zero;
try {
Expand Down

0 comments on commit ce1cbf6

Please sign in to comment.