mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
Use an appropriate GLib type which should fix the build on both 32 and 64-bit
platforms. Reported by: Sven Esbjerg <esbjerg@sifira.dk>
This commit is contained in:
parent
32b7cfa56d
commit
b3db4fe928
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105974
1 changed files with 3 additions and 3 deletions
|
@ -1,11 +1,11 @@
|
|||
--- player/swf_play.c.orig Mon Mar 29 11:43:50 2004
|
||||
+++ player/swf_play.c Mon Mar 29 11:44:14 2004
|
||||
--- player/swf_play.c.orig Thu Apr 3 23:11:57 2003
|
||||
+++ player/swf_play.c Fri Apr 2 13:34:32 2004
|
||||
@@ -390,7 +390,7 @@
|
||||
static gboolean input(GIOChannel *chan, GIOCondition cond, gpointer ignored)
|
||||
{
|
||||
char *data;
|
||||
- int bytes_read;
|
||||
+ long bytes_read;
|
||||
+ gsize bytes_read;
|
||||
GError *error = NULL;
|
||||
int ret;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue