Skip to content

Commit

Permalink
Merge pull request #50 from flatpak/wip/hadess/fix-bus-disconnection
Browse files Browse the repository at this point in the history
flatpak-proxy: Fix D-Bus disconnection with overly long object paths
  • Loading branch information
alexlarsson committed Aug 7, 2023
2 parents d3c1faa + dea3530 commit eb66edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flatpak-proxy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1116,7 +1116,7 @@ get_signature (Buffer *buffer, guint32 *offset, guint32 end_offset)
static const char *
get_string (Buffer *buffer, Header *header, guint32 *offset, guint32 end_offset)
{
guint8 len;
guint32 len;
char *str;

*offset = align_by_4 (*offset);
Expand Down

0 comments on commit eb66edb

Please sign in to comment.