Skip to content
Snippets Groups Projects
Commit 230daf7f authored by Guillaume Carmel-Archambault's avatar Guillaume Carmel-Archambault Committed by Emmanuel Milou
Browse files

Another warning following last merge

Others have been included in the last merge
parent c1d16ee1
Branches
Tags
No related merge requests found
...@@ -138,7 +138,7 @@ account_list_get_current( ) ...@@ -138,7 +138,7 @@ account_list_get_current( )
void void
account_list_set_current_id(const gchar * accountID) account_list_set_current_id(const gchar * accountID)
{ {
g_print("set current id = %d\n" , accountID); g_print("set current id = %s\n", accountID);
__CURRENT_ACCOUNT_ID = g_strdup(accountID); __CURRENT_ACCOUNT_ID = g_strdup(accountID);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment