Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/pidgin-opensteamworks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--steam-mobile/steam_connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/steam-mobile/steam_connection.c b/steam-mobile/steam_connection.c
index 0bc3816..7415f7f 100644
--- a/steam-mobile/steam_connection.c
+++ b/steam-mobile/steam_connection.c
@@ -235,7 +235,7 @@ static void steam_connection_process_data(SteamConnection *steamcon)
g_free(tmp);
//We got rate-limited, try again
- SteamConnection *steamcon_dup = g_memdup(steamcon, sizeof(steamcon));
+ SteamConnection *steamcon_dup = g_memdup(steamcon, sizeof(SteamConnection));
steamcon->request = NULL;
steamcon->url = NULL;
steamcon->hostname = NULL;