This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository evisum.
View the commit online.
commit 0d73d0dada300342a6e84e4b2448a001b9875372
Author: Alastair Poole <[email protected]>
AuthorDate: Fri May 8 11:18:28 2026 +0100
client: indentation.
---
src/bin/enigmatic/client/enigmatic_client.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/bin/enigmatic/client/enigmatic_client.c b/src/bin/enigmatic/client/enigmatic_client.c
index ae7e955..709d517 100644
--- a/src/bin/enigmatic/client/enigmatic_client.c
+++ b/src/bin/enigmatic/client/enigmatic_client.c
@@ -1546,13 +1546,13 @@ enigmatic_client_read(Enigmatic_Client *client)
ERROR("decompress: stalled frame decode");
client->buf.length += dec_size;
- if (client->buf.length)
- {
+ if (client->buf.length)
+ {
void *tmp = realloc(client->buf.data, client->buf.length);
EINA_SAFETY_ON_NULL_RETURN(tmp);
client->buf.data = ""
memcpy(&client->buf.data[client->buf.length - dec_size], dst, dec_size);
- }
+ }
}
offset += pos;
free(dst);
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.