mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@52466 d073be05-634f-4543-b044-5fe20cf6d1d6
13 lines
274 B
C
13 lines
274 B
C
--- id_parse.c.orig 2009-06-16 21:53:13.000000000 -0700
|
|
+++ id_parse.c 2009-06-16 21:53:19.000000000 -0700
|
|
@@ -38,7 +38,8 @@
|
|
{
|
|
char c, *cp, *tmp_charset;
|
|
fd_set rs;
|
|
- int pos, res=0, lp, fp;
|
|
+ int res=0, lp, fp;
|
|
+ size_t pos;
|
|
|
|
errno = 0;
|
|
|