diff --git a/upnp/src/api/upnpapi.c b/upnp/src/api/upnpapi.c index ee386af..6b94c27 100644 --- a/upnp/src/api/upnpapi.c +++ b/upnp/src/api/upnpapi.c @@ -955,7 +955,7 @@ GetDescDocumentAndURL( IN Upnp_DescType descriptionType, char aliasStr[LINE_SIZE]; char *temp_str = NULL; FILE *fp = NULL; - unsigned fileLen; + off_t fileLen; unsigned num_read; time_t last_modified; struct stat file_info;