diff options
| author | Ard Biesheuvel <abies@php.net> | 2004-06-16 23:57:25 +0000 |
|---|---|---|
| committer | Ard Biesheuvel <abies@php.net> | 2004-06-16 23:57:25 +0000 |
| commit | 5232a5afea51e0cf996c67f6359ac3f810d4a7df (patch) | |
| tree | df101b82806cb54a39ca819832016b42c5e98b5d /ext/com_dotnet/com_persist.c | |
| parent | 6527a454c67c259c0f21b82cc43f5fa8d957ce2a (diff) | |
| download | php-git-5232a5afea51e0cf996c67f6359ac3f810d4a7df.tar.gz | |
64-bit bugsquash party
Diffstat (limited to 'ext/com_dotnet/com_persist.c')
| -rwxr-xr-x | ext/com_dotnet/com_persist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/com_dotnet/com_persist.c b/ext/com_dotnet/com_persist.c index 12a7e32a4a..d9ba2aa350 100755 --- a/ext/com_dotnet/com_persist.c +++ b/ext/com_dotnet/com_persist.c @@ -375,7 +375,7 @@ CPH_METHOD(SaveToFile) { HRESULT res; char *filename, *fullpath = NULL; - long filename_len; + int filename_len; zend_bool remember = TRUE; OLECHAR *olefilename = NULL; CPH_FETCH(); @@ -438,7 +438,7 @@ CPH_METHOD(LoadFromFile) { HRESULT res; char *filename, *fullpath; - long filename_len; + int filename_len; long flags = 0; OLECHAR *olefilename; CPH_FETCH(); |
