notify: stdout is a bad name

This commit is contained in:
Daniel Eklöf 2024-07-23 09:42:14 +02:00
parent b319618af1
commit c7cffea9ee
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 9 additions and 9 deletions

View file

@ -45,7 +45,7 @@ struct notification {
pid_t pid; /* Notifier command PID */
int stdout_fd; /* Notifier command's stdout */
char *stdout; /* Data we've reado from command's stdout */
char *stdout_data; /* Data we've reado from command's stdout */
size_t stdout_sz;
};