Skip to content

Commit

Permalink
Revert revision 5971 - gint* in accept().
Browse files Browse the repository at this point in the history
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5975 ea778897-0a13-0410-b9d1-a72fbfd435f5
  • Loading branch information
ntrel committed Sep 30, 2011
1 parent 6ed4900 commit 8b987b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/socket.c
Expand Up @@ -588,7 +588,7 @@ gboolean socket_lock_input_cb(GIOChannel *source, GIOCondition condition, gpoint
gint fd, sock;
gchar buf[BUFFER_LENGTH];
struct sockaddr_in caddr;
gint caddr_len = sizeof(caddr);
guint caddr_len = sizeof(caddr);
GtkWidget *window = data;
gboolean popup = FALSE;

Expand Down

0 comments on commit 8b987b0

Please sign in to comment.