mirror of
https://github.com/hyprwm/hyprpicker.git
synced 2026-05-08 04:58:00 +02:00
oaooaoaoaoao
This commit is contained in:
parent
d62f0c4554
commit
efb8075b0c
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ void Clipboard::copy(const char* fmt, ...) {
|
|||
outputStr = strdup(buf);
|
||||
|
||||
if (fork() == 0)
|
||||
execlp("wl-copy", "wl-copy", outputStr, nullptr);
|
||||
execlp("wl-copy", "wl-copy", outputStr, NULL);
|
||||
|
||||
free(outputStr);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue