largefile patch added

git-svn-id: https://pupnp.svn.sourceforge.net/svnroot/pupnp/trunk@78 119443c7-1b9e-41f8-b6fc-b9c35fce742c
This commit is contained in:
Oxy 2006-08-17 05:16:50 +00:00
parent f1cc7db79d
commit 83782e8ae2

View File

@ -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;